| 1 | <?xml version="1.0" encoding="UTF-8"?> | = | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" vc:minVersion="1.1"> | 2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" vc:minVersion="1.1"> | |
| 3 | <xs:simpleType name="enum_monat_type"> | 3 | <xs:simpleType name="enum_monat_type"> | |
| 4 | <xs:annotation> | 4 | <xs:annotation> | |
| 5 | <xs:documentation>Monatszahl</xs:documentation> | 5 | <xs:documentation>Monatszahl</xs:documentation> | |
| 6 | </xs:annotation> | 6 | </xs:annotation> | |
| 7 | <xs:restriction base="xs:int"> | 7 | <xs:restriction base="xs:int"> | |
| 8 | <xs:enumeration value="1"> | 8 | <xs:enumeration value="1"> | |
| 9 | <xs:annotation> | 9 | <xs:annotation> | |
| 10 | <xs:documentation>Januar</xs:documentation> | 10 | <xs:documentation>Januar</xs:documentation> | |
| 11 | </xs:annotation> | 11 | </xs:annotation> | |
| 12 | </xs:enumeration> | 12 | </xs:enumeration> | |
| 13 | <xs:enumeration value="2"> | 13 | <xs:enumeration value="2"> | |
| 14 | <xs:annotation> | 14 | <xs:annotation> | |
| 15 | <xs:documentation>Februar</xs:documentation> | 15 | <xs:documentation>Februar</xs:documentation> | |
| 16 | </xs:annotation> | 16 | </xs:annotation> | |
| 17 | </xs:enumeration> | 17 | </xs:enumeration> | |
| 18 | <xs:enumeration value="3"> | 18 | <xs:enumeration value="3"> | |
| 19 | <xs:annotation> | 19 | <xs:annotation> | |
| 20 | <xs:documentation>März</xs:documentation> | 20 | <xs:documentation>März</xs:documentation> | |
| 21 | </xs:annotation> | 21 | </xs:annotation> | |
| 22 | </xs:enumeration> | 22 | </xs:enumeration> | |
| 23 | <xs:enumeration value="4"> | 23 | <xs:enumeration value="4"> | |
| 24 | <xs:annotation> | 24 | <xs:annotation> | |
| 25 | <xs:documentation>April</xs:documentation> | 25 | <xs:documentation>April</xs:documentation> | |
| 26 | </xs:annotation> | 26 | </xs:annotation> | |
| 27 | </xs:enumeration> | 27 | </xs:enumeration> | |
| 28 | <xs:enumeration value="5"> | 28 | <xs:enumeration value="5"> | |
| 29 | <xs:annotation> | 29 | <xs:annotation> | |
| 30 | <xs:documentation>Mai</xs:documentation> | 30 | <xs:documentation>Mai</xs:documentation> | |
| 31 | </xs:annotation> | 31 | </xs:annotation> | |
| 32 | </xs:enumeration> | 32 | </xs:enumeration> | |
| 33 | <xs:enumeration value="6"> | 33 | <xs:enumeration value="6"> | |
| 34 | <xs:annotation> | 34 | <xs:annotation> | |
| 35 | <xs:documentation>Juni</xs:documentation> | 35 | <xs:documentation>Juni</xs:documentation> | |
| 36 | </xs:annotation> | 36 | </xs:annotation> | |
| 37 | </xs:enumeration> | 37 | </xs:enumeration> | |
| 38 | <xs:enumeration value="7"> | 38 | <xs:enumeration value="7"> | |
| 39 | <xs:annotation> | 39 | <xs:annotation> | |
| 40 | <xs:documentation>Juli</xs:documentation> | 40 | <xs:documentation>Juli</xs:documentation> | |
| 41 | </xs:annotation> | 41 | </xs:annotation> | |
| 42 | </xs:enumeration> | 42 | </xs:enumeration> | |
| 43 | <xs:enumeration value="8"> | 43 | <xs:enumeration value="8"> | |
| 44 | <xs:annotation> | 44 | <xs:annotation> | |
| 45 | <xs:documentation>August</xs:documentation> | 45 | <xs:documentation>August</xs:documentation> | |
| 46 | </xs:annotation> | 46 | </xs:annotation> | |
| 47 | </xs:enumeration> | 47 | </xs:enumeration> | |
| 48 | <xs:enumeration value="9"> | 48 | <xs:enumeration value="9"> | |
| 49 | <xs:annotation> | 49 | <xs:annotation> | |
| 50 | <xs:documentation>September</xs:documentation> | 50 | <xs:documentation>September</xs:documentation> | |
| 51 | </xs:annotation> | 51 | </xs:annotation> | |
| 52 | </xs:enumeration> | 52 | </xs:enumeration> | |
| 53 | <xs:enumeration value="10"> | 53 | <xs:enumeration value="10"> | |
| 54 | <xs:annotation> | 54 | <xs:annotation> | |
| 55 | <xs:documentation>Oktober</xs:documentation> | 55 | <xs:documentation>Oktober</xs:documentation> | |
| 56 | </xs:annotation> | 56 | </xs:annotation> | |
| 57 | </xs:enumeration> | 57 | </xs:enumeration> | |
| 58 | <xs:enumeration value="11"> | 58 | <xs:enumeration value="11"> | |
| 59 | <xs:annotation> | 59 | <xs:annotation> | |
| 60 | <xs:documentation>November</xs:documentation> | 60 | <xs:documentation>November</xs:documentation> | |
| 61 | </xs:annotation> | 61 | </xs:annotation> | |
| 62 | </xs:enumeration> | 62 | </xs:enumeration> | |
| 63 | <xs:enumeration value="12"> | 63 | <xs:enumeration value="12"> | |
| 64 | <xs:annotation> | 64 | <xs:annotation> | |
| 65 | <xs:documentation>Dezember</xs:documentation> | 65 | <xs:documentation>Dezember</xs:documentation> | |
| 66 | </xs:annotation> | 66 | </xs:annotation> | |
| 67 | </xs:enumeration> | 67 | </xs:enumeration> | |
| 68 | </xs:restriction> | 68 | </xs:restriction> | |
| 69 | </xs:simpleType> | 69 | </xs:simpleType> | |
| 70 | <xs:simpleType name="enum_jn_type"> | 70 | <xs:simpleType name="enum_jn_type"> | |
| 71 | <xs:annotation> | 71 | <xs:annotation> | |
| 72 | <xs:documentation>ja/nein</xs:documentation> | 72 | <xs:documentation>ja/nein</xs:documentation> | |
| 73 | </xs:annotation> | 73 | </xs:annotation> | |
| 74 | <xs:restriction base="xs:int"> | 74 | <xs:restriction base="xs:int"> | |
| 75 | <xs:enumeration value="0"> | 75 | <xs:enumeration value="0"> | |
| 76 | <xs:annotation> | 76 | <xs:annotation> | |
| 77 | <xs:documentation>nein</xs:documentation> | 77 | <xs:documentation>nein</xs:documentation> | |
| 78 | </xs:annotation> | 78 | </xs:annotation> | |
| 79 | </xs:enumeration> | 79 | </xs:enumeration> | |
| 80 | <xs:enumeration value="1"> | 80 | <xs:enumeration value="1"> | |
| 81 | <xs:annotation> | 81 | <xs:annotation> | |
| 82 | <xs:documentation>ja</xs:documentation> | 82 | <xs:documentation>ja</xs:documentation> | |
| 83 | </xs:annotation> | 83 | </xs:annotation> | |
| 84 | </xs:enumeration> | 84 | </xs:enumeration> | |
| 85 | </xs:restriction> | 85 | </xs:restriction> | |
| 86 | </xs:simpleType> | 86 | </xs:simpleType> | |
| 87 | <xs:simpleType name="enum_jnAnzahl_type"> | 87 | <xs:simpleType name="enum_jnAnzahl_type"> | |
| 88 | <xs:annotation> | 88 | <xs:annotation> | |
| 89 | <xs:documentation>ja/nein/Anzahl</xs:documentation> | 89 | <xs:documentation>ja/nein/Anzahl</xs:documentation> | |
| 90 | </xs:annotation> | 90 | </xs:annotation> | |
| 91 | <xs:restriction base="xs:int"> | 91 | <xs:restriction base="xs:int"> | |
| 92 | <xs:enumeration value="0"> | 92 | <xs:enumeration value="0"> | |
| 93 | <xs:annotation> | 93 | <xs:annotation> | |
| 94 | <xs:documentation>nein</xs:documentation> | 94 | <xs:documentation>nein</xs:documentation> | |
| 95 | </xs:annotation> | 95 | </xs:annotation> | |
| 96 | </xs:enumeration> | 96 | </xs:enumeration> | |
| 97 | <xs:enumeration value="1"> | 97 | <xs:enumeration value="1"> | |
| 98 | <xs:annotation> | 98 | <xs:annotation> | |
| 99 | <xs:documentation>ja, einmal</xs:documentation> | 99 | <xs:documentation>ja, einmal</xs:documentation> | |
| 100 | </xs:annotation> | 100 | </xs:annotation> | |
| 101 | </xs:enumeration> | 101 | </xs:enumeration> | |
| 102 | <xs:enumeration value="2"> | 102 | <xs:enumeration value="2"> | |
| 103 | <xs:annotation> | 103 | <xs:annotation> | |
| 104 | <xs:documentation>ja, mehrmals</xs:documentation> | 104 | <xs:documentation>ja, mehrmals</xs:documentation> | |
| 105 | </xs:annotation> | 105 | </xs:annotation> | |
| 106 | </xs:enumeration> | 106 | </xs:enumeration> | |
| 107 | </xs:restriction> | 107 | </xs:restriction> | |
| 108 | </xs:simpleType> | 108 | </xs:simpleType> | |
| 109 | <xs:simpleType name="enum_jnNichtMoeglich_type"> | 109 | <xs:simpleType name="enum_jnNichtMoeglich_type"> | |
| 110 | <xs:annotation> | 110 | <xs:annotation> | |
| 111 | <xs:documentation>ja/nein/nicht möglich</xs:documentation> | 111 | <xs:documentation>ja/nein/nicht möglich</xs:documentation> | |
| 112 | </xs:annotation> | 112 | </xs:annotation> | |
| 113 | <xs:restriction base="xs:int"> | 113 | <xs:restriction base="xs:int"> | |
| 114 | <xs:enumeration value="1"> | 114 | <xs:enumeration value="1"> | |
| 115 | <xs:annotation> | 115 | <xs:annotation> | |
| 116 | <xs:documentation>ja</xs:documentation> | 116 | <xs:documentation>ja</xs:documentation> | |
| 117 | </xs:annotation> | 117 | </xs:annotation> | |
| 118 | </xs:enumeration> | 118 | </xs:enumeration> | |
| 119 | <xs:enumeration value="2"> | 119 | <xs:enumeration value="2"> | |
| 120 | <xs:annotation> | 120 | <xs:annotation> | |
| 121 | <xs:documentation>nicht möglich aufgrund fehlender Vertrauenspersonen der Bewohnerin bzw. des Bewohners</xs:documentation> | 121 | <xs:documentation>nicht möglich aufgrund fehlender Vertrauenspersonen der Bewohnerin bzw. des Bewohners</xs:documentation> | |
| 122 | </xs:annotation> | 122 | </xs:annotation> | |
| 123 | </xs:enumeration> | 123 | </xs:enumeration> | |
| 124 | <xs:enumeration value="3"> | 124 | <xs:enumeration value="3"> | |
| 125 | <xs:annotation> | 125 | <xs:annotation> | |
| 126 | <xs:documentation>nein, aus anderen Gründen</xs:documentation> | 126 | <xs:documentation>nein, aus anderen Gründen</xs:documentation> | |
| 127 | </xs:annotation> | 127 | </xs:annotation> | |
| 128 | </xs:enumeration> | 128 | </xs:enumeration> | |
| 129 | </xs:restriction> | 129 | </xs:restriction> | |
| 130 | </xs:simpleType> | 130 | </xs:simpleType> | |
| 131 | <xs:simpleType name="enum_bewusstseinszustand_type"> | 131 | <xs:simpleType name="enum_bewusstseinszustand_type"> | |
| 132 | <xs:annotation> | 132 | <xs:annotation> | |
| 133 | <xs:documentation>Bewusstseinszustand</xs:documentation> | 133 | <xs:documentation>Bewusstseinszustand</xs:documentation> | |
| 134 | </xs:annotation> | 134 | </xs:annotation> | |
| 135 | <xs:restriction base="xs:int"> | 135 | <xs:restriction base="xs:int"> | |
| 136 | <xs:enumeration value="1"> | 136 | <xs:enumeration value="1"> | |
| 137 | <xs:annotation> | 137 | <xs:annotation> | |
| 138 | <xs:documentation>wach</xs:documentation> | 138 | <xs:documentation>wach</xs:documentation> | |
| 139 | </xs:annotation> | 139 | </xs:annotation> | |
| 140 | </xs:enumeration> | 140 | </xs:enumeration> | |
| 141 | <xs:enumeration value="2"> | 141 | <xs:enumeration value="2"> | |
| 142 | <xs:annotation> | 142 | <xs:annotation> | |
| 143 | <xs:documentation>somnolent</xs:documentation> | <> | 143 | <xs:documentation>schläfrig</xs:documentation> |
| 144 | </xs:annotation> | = | 144 | </xs:annotation> |
| 145 | </xs:enumeration> | 145 | </xs:enumeration> | |
| 146 | <xs:enumeration value="3"> | 146 | <xs:enumeration value="3"> | |
| 147 | <xs:annotation> | 147 | <xs:annotation> | |
| 148 | <xs:documentation>soporös</xs:documentation> | <> | 148 | <xs:documentation>somnolent</xs:documentation> |
| 149 | </xs:annotation> | = | 149 | </xs:annotation> |
| 150 | </xs:enumeration> | 150 | </xs:enumeration> | |
| 151 | <xs:enumeration value="4"> | 151 | <xs:enumeration value="4"> | |
| 152 | <xs:annotation> | 152 | <xs:annotation> | |
| 153 | <xs:documentation>komatös</xs:documentation> | 153 | <xs:documentation>komatös</xs:documentation> | |
| -+ | 154 | </xs:annotation> | ||
| 155 | </xs:enumeration> | |||
| 156 | <xs:enumeration value="5"> | |||
| 157 | <xs:annotation> | |||
| 158 | <xs:documentation>Wachkoma</xs:documentation> | |||
| 154 | </xs:annotation> | = | 159 | </xs:annotation> |
| 155 | </xs:enumeration> | 160 | </xs:enumeration> | |
| 156 | </xs:restriction> | 161 | </xs:restriction> | |
| 157 | </xs:simpleType> | 162 | </xs:simpleType> | |
| 158 | <xs:simpleType name="enum_diagnose_type"> | 163 | <xs:simpleType name="enum_diagnose_type"> | |
| 159 | <xs:annotation> | 164 | <xs:annotation> | |
| 160 | <xs:documentation>Ärztliche Diagnosen</xs:documentation> | 165 | <xs:documentation>Ärztliche Diagnosen</xs:documentation> | |
| 161 | </xs:annotation> | 166 | </xs:annotation> | |
| 162 | <xs:restriction base="xs:int"> | 167 | <xs:restriction base="xs:int"> | |
| 163 | <xs:enumeration value="0"> | 168 | <xs:enumeration value="0"> | |
| 164 | <xs:annotation> | 169 | <xs:annotation> | |
| 165 | <xs:documentation>Keine der angegebenen</xs:documentation> | 170 | <xs:documentation>Keine der angegebenen</xs:documentation> | |
| 166 | </xs:annotation> | 171 | </xs:annotation> | |
| 167 | </xs:enumeration> | 172 | </xs:enumeration> | |
| 168 | <xs:enumeration value="1"> | 173 | <xs:enumeration value="1"> | |
| 169 | <xs:annotation> | 174 | <xs:annotation> | |
| 170 | <xs:documentation>Bösartige Tumorerkrankung</xs:documentation> | 175 | <xs:documentation>Bösartige Tumorerkrankung</xs:documentation> | |
| 171 | </xs:annotation> | 176 | </xs:annotation> | |
| 172 | </xs:enumeration> | 177 | </xs:enumeration> | |
| 173 | <xs:enumeration value="2"> | 178 | <xs:enumeration value="2"> | |
| 174 | <xs:annotation> | 179 | <xs:annotation> | |
| 175 | <xs:documentation>Tetraplegie/Tetraparese</xs:documentation> | 180 | <xs:documentation>Tetraplegie/Tetraparese</xs:documentation> | |
| 176 | </xs:annotation> | 181 | </xs:annotation> | |
| 177 | </xs:enumeration> | 182 | </xs:enumeration> | |
| 178 | <xs:enumeration value="3"> | 183 | <xs:enumeration value="3"> | |
| 179 | <xs:annotation> | 184 | <xs:annotation> | |
| 180 | <xs:documentation>Chorea Huntington</xs:documentation> | 185 | <xs:documentation>Chorea Huntington</xs:documentation> | |
| -+ | 186 | </xs:annotation> | ||
| 187 | </xs:enumeration> | |||
| 188 | <xs:enumeration value="4"> | |||
| 189 | <xs:annotation> | |||
| 190 | <xs:documentation>Apallisches Syndrom</xs:documentation> | |||
| 181 | </xs:annotation> | = | 191 | </xs:annotation> |
| 182 | </xs:enumeration> | 192 | </xs:enumeration> | |
| 183 | </xs:restriction> | 193 | </xs:restriction> | |
| 184 | </xs:simpleType> | 194 | </xs:simpleType> | |
| 185 | <xs:simpleType name="enum_selbststaendigkeitStandard_type"> | 195 | <xs:simpleType name="enum_selbststaendigkeitStandard_type"> | |
| 186 | <xs:annotation> | 196 | <xs:annotation> | |
| 187 | <xs:documentation>Selbstständigkeit (Punktwerte Standard)</xs:documentation> | 197 | <xs:documentation>Selbstständigkeit (Punktwerte Standard)</xs:documentation> | |
| 188 | </xs:annotation> | 198 | </xs:annotation> | |
| 189 | <xs:restriction base="xs:int"> | 199 | <xs:restriction base="xs:int"> | |
| 190 | <xs:enumeration value="0"> | 200 | <xs:enumeration value="0"> | |
| 191 | <xs:annotation> | 201 | <xs:annotation> | |
| 192 | <xs:documentation>selbständig</xs:documentation> | 202 | <xs:documentation>selbständig</xs:documentation> | |
| 193 | </xs:annotation> | 203 | </xs:annotation> | |
| 194 | </xs:enumeration> | 204 | </xs:enumeration> | |
| 195 | <xs:enumeration value="1"> | 205 | <xs:enumeration value="1"> | |
| 196 | <xs:annotation> | 206 | <xs:annotation> | |
| 197 | <xs:documentation>überwiegend selbständig</xs:documentation> | 207 | <xs:documentation>überwiegend selbständig</xs:documentation> | |
| 198 | </xs:annotation> | 208 | </xs:annotation> | |
| 199 | </xs:enumeration> | 209 | </xs:enumeration> | |
| 200 | <xs:enumeration value="2"> | 210 | <xs:enumeration value="2"> | |
| 201 | <xs:annotation> | 211 | <xs:annotation> | |
| 202 | <xs:documentation>überwiegend unselbständig</xs:documentation> | 212 | <xs:documentation>überwiegend unselbständig</xs:documentation> | |
| 203 | </xs:annotation> | 213 | </xs:annotation> | |
| 204 | </xs:enumeration> | 214 | </xs:enumeration> | |
| 205 | <xs:enumeration value="3"> | 215 | <xs:enumeration value="3"> | |
| 206 | <xs:annotation> | 216 | <xs:annotation> | |
| 207 | <xs:documentation>unselbständig</xs:documentation> | 217 | <xs:documentation>unselbständig</xs:documentation> | |
| 208 | </xs:annotation> | 218 | </xs:annotation> | |
| 209 | </xs:enumeration> | 219 | </xs:enumeration> | |
| 210 | </xs:restriction> | 220 | </xs:restriction> | |
| 211 | </xs:simpleType> | 221 | </xs:simpleType> | |
| 212 | <xs:simpleType name="enum_selbststaendigkeitTyp1_type"> | 222 | <xs:simpleType name="enum_selbststaendigkeitTyp1_type"> | |
| 213 | <xs:annotation> | 223 | <xs:annotation> | |
| 214 | <xs:documentation>Selbstständigkeit (Punktwerte Typ 1)</xs:documentation> | 224 | <xs:documentation>Selbstständigkeit (Punktwerte Typ 1)</xs:documentation> | |
| 215 | </xs:annotation> | 225 | </xs:annotation> | |
| 216 | <xs:restriction base="xs:int"> | 226 | <xs:restriction base="xs:int"> | |
| 217 | <xs:enumeration value="0"> | 227 | <xs:enumeration value="0"> | |
| 218 | <xs:annotation> | 228 | <xs:annotation> | |
| 219 | <xs:documentation>selbständig</xs:documentation> | 229 | <xs:documentation>selbständig</xs:documentation> | |
| 220 | </xs:annotation> | 230 | </xs:annotation> | |
| 221 | </xs:enumeration> | 231 | </xs:enumeration> | |
| 222 | <xs:enumeration value="2"> | 232 | <xs:enumeration value="2"> | |
| 223 | <xs:annotation> | 233 | <xs:annotation> | |
| 224 | <xs:documentation>überwiegend selbständig</xs:documentation> | 234 | <xs:documentation>überwiegend selbständig</xs:documentation> | |
| 225 | </xs:annotation> | 235 | </xs:annotation> | |
| 226 | </xs:enumeration> | 236 | </xs:enumeration> | |
| 227 | <xs:enumeration value="4"> | 237 | <xs:enumeration value="4"> | |
| 228 | <xs:annotation> | 238 | <xs:annotation> | |
| 229 | <xs:documentation>überwiegend unselbständig</xs:documentation> | 239 | <xs:documentation>überwiegend unselbständig</xs:documentation> | |
| 230 | </xs:annotation> | 240 | </xs:annotation> | |
| 231 | </xs:enumeration> | 241 | </xs:enumeration> | |
| 232 | <xs:enumeration value="6"> | 242 | <xs:enumeration value="6"> | |
| 233 | <xs:annotation> | 243 | <xs:annotation> | |
| 234 | <xs:documentation>unselbständig</xs:documentation> | 244 | <xs:documentation>unselbständig</xs:documentation> | |
| 235 | </xs:annotation> | 245 | </xs:annotation> | |
| 236 | </xs:enumeration> | 246 | </xs:enumeration> | |
| 237 | </xs:restriction> | 247 | </xs:restriction> | |
| 238 | </xs:simpleType> | 248 | </xs:simpleType> | |
| 239 | <xs:simpleType name="enum_selbststaendigkeitTyp2_type"> | 249 | <xs:simpleType name="enum_selbststaendigkeitTyp2_type"> | |
| 240 | <xs:annotation> | 250 | <xs:annotation> | |
| 241 | <xs:documentation>Selbstständigkeit (Punktwerte Typ 2)</xs:documentation> | 251 | <xs:documentation>Selbstständigkeit (Punktwerte Typ 2)</xs:documentation> | |
| 242 | </xs:annotation> | 252 | </xs:annotation> | |
| 243 | <xs:restriction base="xs:int"> | 253 | <xs:restriction base="xs:int"> | |
| 244 | <xs:enumeration value="0"> | 254 | <xs:enumeration value="0"> | |
| 245 | <xs:annotation> | 255 | <xs:annotation> | |
| 246 | <xs:documentation>selbständig</xs:documentation> | 256 | <xs:documentation>selbständig</xs:documentation> | |
| 247 | </xs:annotation> | 257 | </xs:annotation> | |
| 248 | </xs:enumeration> | 258 | </xs:enumeration> | |
| 249 | <xs:enumeration value="3"> | 259 | <xs:enumeration value="3"> | |
| 250 | <xs:annotation> | 260 | <xs:annotation> | |
| 251 | <xs:documentation>überwiegend selbständig</xs:documentation> | 261 | <xs:documentation>überwiegend selbständig</xs:documentation> | |
| 252 | </xs:annotation> | 262 | </xs:annotation> | |
| 253 | </xs:enumeration> | 263 | </xs:enumeration> | |
| 254 | <xs:enumeration value="6"> | 264 | <xs:enumeration value="6"> | |
| 255 | <xs:annotation> | 265 | <xs:annotation> | |
| 256 | <xs:documentation>überwiegend unselbständig</xs:documentation> | 266 | <xs:documentation>überwiegend unselbständig</xs:documentation> | |
| 257 | </xs:annotation> | 267 | </xs:annotation> | |
| 258 | </xs:enumeration> | 268 | </xs:enumeration> | |
| 259 | <xs:enumeration value="9"> | 269 | <xs:enumeration value="9"> | |
| 260 | <xs:annotation> | 270 | <xs:annotation> | |
| 261 | <xs:documentation>unselbständig</xs:documentation> | 271 | <xs:documentation>unselbständig</xs:documentation> | |
| 262 | </xs:annotation> | 272 | </xs:annotation> | |
| 263 | </xs:enumeration> | 273 | </xs:enumeration> | |
| 264 | </xs:restriction> | 274 | </xs:restriction> | |
| 265 | </xs:simpleType> | 275 | </xs:simpleType> | |
| 266 | <xs:simpleType name="enum_vorhandenseinStandard_type"> | 276 | <xs:simpleType name="enum_vorhandenseinStandard_type"> | |
| 267 | <xs:annotation> | 277 | <xs:annotation> | |
| 268 | <xs:documentation>Vorhandensein von Fähigkeiten (Punktwerte Standard)</xs:documentation> | 278 | <xs:documentation>Vorhandensein von Fähigkeiten (Punktwerte Standard)</xs:documentation> | |
| 269 | </xs:annotation> | 279 | </xs:annotation> | |
| 270 | <xs:restriction base="xs:int"> | 280 | <xs:restriction base="xs:int"> | |
| 271 | <xs:enumeration value="0"> | 281 | <xs:enumeration value="0"> | |
| 272 | <xs:annotation> | 282 | <xs:annotation> | |
| 273 | <xs:documentation>vorhanden/unbeeinträchtigt</xs:documentation> | 283 | <xs:documentation>vorhanden/unbeeinträchtigt</xs:documentation> | |
| 274 | </xs:annotation> | 284 | </xs:annotation> | |
| 275 | </xs:enumeration> | 285 | </xs:enumeration> | |
| 276 | <xs:enumeration value="1"> | 286 | <xs:enumeration value="1"> | |
| 277 | <xs:annotation> | 287 | <xs:annotation> | |
| 278 | <xs:documentation>größtenteils vorhanden</xs:documentation> | 288 | <xs:documentation>größtenteils vorhanden</xs:documentation> | |
| 279 | </xs:annotation> | 289 | </xs:annotation> | |
| 280 | </xs:enumeration> | 290 | </xs:enumeration> | |
| 281 | <xs:enumeration value="2"> | 291 | <xs:enumeration value="2"> | |
| 282 | <xs:annotation> | 292 | <xs:annotation> | |
| 283 | <xs:documentation>in geringem Maße vorhanden</xs:documentation> | 293 | <xs:documentation>in geringem Maße vorhanden</xs:documentation> | |
| 284 | </xs:annotation> | 294 | </xs:annotation> | |
| 285 | </xs:enumeration> | 295 | </xs:enumeration> | |
| 286 | <xs:enumeration value="3"> | 296 | <xs:enumeration value="3"> | |
| 287 | <xs:annotation> | 297 | <xs:annotation> | |
| 288 | <xs:documentation>nicht vorhanden</xs:documentation> | 298 | <xs:documentation>nicht vorhanden</xs:documentation> | |
| 289 | </xs:annotation> | 299 | </xs:annotation> | |
| 290 | </xs:enumeration> | 300 | </xs:enumeration> | |
| 291 | </xs:restriction> | 301 | </xs:restriction> | |
| 292 | </xs:simpleType> | 302 | </xs:simpleType> | |
| 293 | <xs:simpleType name="enum_fremdhilfe_type"> | 303 | <xs:simpleType name="enum_fremdhilfe_type"> | |
| 294 | <xs:annotation> | 304 | <xs:annotation> | |
| 295 | <xs:documentation>Fremdhilfe</xs:documentation> | 305 | <xs:documentation>Fremdhilfe</xs:documentation> | |
| 296 | </xs:annotation> | 306 | </xs:annotation> | |
| 297 | <xs:restriction base="xs:int"> | 307 | <xs:restriction base="xs:int"> | |
| 298 | <xs:enumeration value="0"> | 308 | <xs:enumeration value="0"> | |
| 299 | <xs:annotation> | 309 | <xs:annotation> | |
| 300 | <xs:documentation>selbständig</xs:documentation> | 310 | <xs:documentation>selbständig</xs:documentation> | |
| 301 | </xs:annotation> | 311 | </xs:annotation> | |
| 302 | </xs:enumeration> | 312 | </xs:enumeration> | |
| 303 | <xs:enumeration value="1"> | 313 | <xs:enumeration value="1"> | |
| 304 | <xs:annotation> | 314 | <xs:annotation> | |
| 305 | <xs:documentation>mit Fremdhilfe</xs:documentation> | 315 | <xs:documentation>mit Fremdhilfe</xs:documentation> | |
| 306 | </xs:annotation> | 316 | </xs:annotation> | |
| 307 | </xs:enumeration> | 317 | </xs:enumeration> | |
| 308 | </xs:restriction> | 318 | </xs:restriction> | |
| 309 | </xs:simpleType> | 319 | </xs:simpleType> | |
| 310 | <xs:simpleType name="enum_kuenstlicheErnaehrung_type"> | 320 | <xs:simpleType name="enum_kuenstlicheErnaehrung_type"> | |
| 311 | <xs:annotation> | 321 | <xs:annotation> | |
| 312 | <xs:documentation>Künstliche Ernährung</xs:documentation> | 322 | <xs:documentation>Künstliche Ernährung</xs:documentation> | |
| 313 | </xs:annotation> | 323 | </xs:annotation> | |
| 314 | <xs:restriction base="xs:int"> | 324 | <xs:restriction base="xs:int"> | |
| 315 | <xs:enumeration value="0"> | 325 | <xs:enumeration value="0"> | |
| 316 | <xs:annotation> | 326 | <xs:annotation> | |
| 317 | <xs:documentation>nicht täglich oder nicht dauerhaft</xs:documentation> | 327 | <xs:documentation>nicht täglich oder nicht dauerhaft</xs:documentation> | |
| 318 | </xs:annotation> | 328 | </xs:annotation> | |
| 319 | </xs:enumeration> | 329 | </xs:enumeration> | |
| 320 | <xs:enumeration value="6"> | 330 | <xs:enumeration value="6"> | |
| 321 | <xs:annotation> | 331 | <xs:annotation> | |
| 322 | <xs:documentation>täglich, aber zusätzlich zur oralen Ernährung</xs:documentation> | 332 | <xs:documentation>täglich, aber zusätzlich zur oralen Ernährung</xs:documentation> | |
| 323 | </xs:annotation> | 333 | </xs:annotation> | |
| 324 | </xs:enumeration> | 334 | </xs:enumeration> | |
| 325 | <xs:enumeration value="3"> | 335 | <xs:enumeration value="3"> | |
| 326 | <xs:annotation> | 336 | <xs:annotation> | |
| 327 | <xs:documentation>ausschließlich oder nahezu ausschließlich künstliche Ernährung</xs:documentation> | 337 | <xs:documentation>ausschließlich oder nahezu ausschließlich künstliche Ernährung</xs:documentation> | |
| 328 | </xs:annotation> | 338 | </xs:annotation> | |
| 329 | </xs:enumeration> | 339 | </xs:enumeration> | |
| 330 | </xs:restriction> | 340 | </xs:restriction> | |
| 331 | </xs:simpleType> | 341 | </xs:simpleType> | |
| 332 | <xs:simpleType name="enum_harnkontinenz_type"> | 342 | <xs:simpleType name="enum_harnkontinenz_type"> | |
| 333 | <xs:annotation> | 343 | <xs:annotation> | |
| 334 | <xs:documentation>Blasenkontrolle/Harnkontinenz</xs:documentation> | 344 | <xs:documentation>Blasenkontrolle/Harnkontinenz</xs:documentation> | |
| 335 | </xs:annotation> | 345 | </xs:annotation> | |
| 336 | <xs:restriction base="xs:int"> | 346 | <xs:restriction base="xs:int"> | |
| 337 | <xs:enumeration value="0"> | 347 | <xs:enumeration value="0"> | |
| 338 | <xs:annotation> | 348 | <xs:annotation> | |
| 339 | <xs:documentation>ständig kontinent</xs:documentation> | 349 | <xs:documentation>ständig kontinent</xs:documentation> | |
| 340 | </xs:annotation> | 350 | </xs:annotation> | |
| 341 | </xs:enumeration> | 351 | </xs:enumeration> | |
| 342 | <xs:enumeration value="1"> | 352 | <xs:enumeration value="1"> | |
| 343 | <xs:annotation> | 353 | <xs:annotation> | |
| 344 | <xs:documentation>überwiegend kontinent. Maximal 1x täglich inkontinent oder Tröpfchen-/Stressinkontinenz</xs:documentation> | 354 | <xs:documentation>überwiegend kontinent. Maximal 1x täglich inkontinent oder Tröpfchen-/Stressinkontinenz</xs:documentation> | |
| 345 | </xs:annotation> | 355 | </xs:annotation> | |
| 346 | </xs:enumeration> | 356 | </xs:enumeration> | |
| 347 | <xs:enumeration value="2"> | 357 | <xs:enumeration value="2"> | |
| 348 | <xs:annotation> | 358 | <xs:annotation> | |
| 349 | <xs:documentation>überwiegend (mehrmals täglich) inkontinent, gesteuerte Blasenentleerung ist aber noch möglich</xs:documentation> | 359 | <xs:documentation>überwiegend (mehrmals täglich) inkontinent, gesteuerte Blasenentleerung ist aber noch möglich</xs:documentation> | |
| 350 | </xs:annotation> | 360 | </xs:annotation> | |
| 351 | </xs:enumeration> | 361 | </xs:enumeration> | |
| 352 | <xs:enumeration value="3"> | 362 | <xs:enumeration value="3"> | |
| 353 | <xs:annotation> | 363 | <xs:annotation> | |
| 354 | <xs:documentation>komplett inkontinent, gesteuerte Blasenentleerung ist nicht möglich</xs:documentation> | 364 | <xs:documentation>komplett inkontinent, gesteuerte Blasenentleerung ist nicht möglich</xs:documentation> | |
| 355 | </xs:annotation> | 365 | </xs:annotation> | |
| 356 | </xs:enumeration> | 366 | </xs:enumeration> | |
| 357 | <xs:enumeration value="4"> | 367 | <xs:enumeration value="4"> | |
| 358 | <xs:annotation> | 368 | <xs:annotation> | |
| 359 | <xs:documentation>Bewohnerin bzw. Bewohner hat einen Dauerkatheter oder ein Urostoma</xs:documentation> | 369 | <xs:documentation>Bewohnerin bzw. Bewohner hat einen Dauerkatheter oder ein Urostoma</xs:documentation> | |
| 360 | </xs:annotation> | 370 | </xs:annotation> | |
| 361 | </xs:enumeration> | 371 | </xs:enumeration> | |
| 362 | </xs:restriction> | 372 | </xs:restriction> | |
| 363 | </xs:simpleType> | 373 | </xs:simpleType> | |
| 364 | <xs:simpleType name="enum_stuhlkontinenz_type"> | 374 | <xs:simpleType name="enum_stuhlkontinenz_type"> | |
| 365 | <xs:annotation> | 375 | <xs:annotation> | |
| 366 | <xs:documentation>Darmkontrolle/Stuhlkontinenz</xs:documentation> | 376 | <xs:documentation>Darmkontrolle/Stuhlkontinenz</xs:documentation> | |
| 367 | </xs:annotation> | 377 | </xs:annotation> | |
| 368 | <xs:restriction base="xs:int"> | 378 | <xs:restriction base="xs:int"> | |
| 369 | <xs:enumeration value="0"> | 379 | <xs:enumeration value="0"> | |
| 370 | <xs:annotation> | 380 | <xs:annotation> | |
| 371 | <xs:documentation>ständig kontinent</xs:documentation> | 381 | <xs:documentation>ständig kontinent</xs:documentation> | |
| 372 | </xs:annotation> | 382 | </xs:annotation> | |
| 373 | </xs:enumeration> | 383 | </xs:enumeration> | |
| 374 | <xs:enumeration value="1"> | 384 | <xs:enumeration value="1"> | |
| 375 | <xs:annotation> | 385 | <xs:annotation> | |
| 376 | <xs:documentation>überwiegend kontinent, gelegentlich inkontinent</xs:documentation> | 386 | <xs:documentation>überwiegend kontinent, gelegentlich inkontinent</xs:documentation> | |
| 377 | </xs:annotation> | 387 | </xs:annotation> | |
| 378 | </xs:enumeration> | 388 | </xs:enumeration> | |
| 379 | <xs:enumeration value="2"> | 389 | <xs:enumeration value="2"> | |
| 380 | <xs:annotation> | 390 | <xs:annotation> | |
| 381 | <xs:documentation>überwiegend inkontinent, selten gesteuerte Darmentleerung</xs:documentation> | 391 | <xs:documentation>überwiegend inkontinent, selten gesteuerte Darmentleerung</xs:documentation> | |
| 382 | </xs:annotation> | 392 | </xs:annotation> | |
| 383 | </xs:enumeration> | 393 | </xs:enumeration> | |
| 384 | <xs:enumeration value="3"> | 394 | <xs:enumeration value="3"> | |
| 385 | <xs:annotation> | 395 | <xs:annotation> | |
| 386 | <xs:documentation>komplett inkontinent, gesteuerte Darmentleerung ist nicht möglich</xs:documentation> | 396 | <xs:documentation>komplett inkontinent, gesteuerte Darmentleerung ist nicht möglich</xs:documentation> | |
| 387 | </xs:annotation> | 397 | </xs:annotation> | |
| 388 | </xs:enumeration> | 398 | </xs:enumeration> | |
| 389 | <xs:enumeration value="4"> | 399 | <xs:enumeration value="4"> | |
| 390 | <xs:annotation> | 400 | <xs:annotation> | |
| 391 | <xs:documentation>Bewohnerin bzw. Bewohner hat ein Colo- oder Ileostoma</xs:documentation> | 401 | <xs:documentation>Bewohnerin bzw. Bewohner hat ein Colo- oder Ileostoma</xs:documentation> | |
| 392 | </xs:annotation> | 402 | </xs:annotation> | |
| 393 | </xs:enumeration> | 403 | </xs:enumeration> | |
| 394 | </xs:restriction> | 404 | </xs:restriction> | |
| 395 | </xs:simpleType> | 405 | </xs:simpleType> | |
| 396 | <xs:simpleType name="enum_dekubitusStadium_type"> | 406 | <xs:simpleType name="enum_dekubitusStadium_type"> | |
| 397 | <xs:annotation> | 407 | <xs:annotation> | |
| 398 | <xs:documentation>Dekubitusstadium</xs:documentation> | 408 | <xs:documentation>Dekubitusstadium</xs:documentation> | |
| 399 | </xs:annotation> | 409 | </xs:annotation> | |
| 400 | <xs:restriction base="xs:int"> | 410 | <xs:restriction base="xs:int"> | |
| 401 | <xs:enumeration value="1"> | 411 | <xs:enumeration value="1"> | |
| 402 | <xs:annotation> | 412 | <xs:annotation> | |
| 403 | <xs:documentation>Kategorie/Stadium 1</xs:documentation> | 413 | <xs:documentation>Kategorie/Stadium 1</xs:documentation> | |
| 404 | </xs:annotation> | 414 | </xs:annotation> | |
| 405 | </xs:enumeration> | 415 | </xs:enumeration> | |
| 406 | <xs:enumeration value="2"> | 416 | <xs:enumeration value="2"> | |
| 407 | <xs:annotation> | 417 | <xs:annotation> | |
| 408 | <xs:documentation>Kategorie/Stadium 2</xs:documentation> | 418 | <xs:documentation>Kategorie/Stadium 2</xs:documentation> | |
| 409 | </xs:annotation> | 419 | </xs:annotation> | |
| 410 | </xs:enumeration> | 420 | </xs:enumeration> | |
| 411 | <xs:enumeration value="3"> | 421 | <xs:enumeration value="3"> | |
| 412 | <xs:annotation> | 422 | <xs:annotation> | |
| 413 | <xs:documentation>Kategorie/Stadium 3</xs:documentation> | 423 | <xs:documentation>Kategorie/Stadium 3</xs:documentation> | |
| 414 | </xs:annotation> | 424 | </xs:annotation> | |
| 415 | </xs:enumeration> | 425 | </xs:enumeration> | |
| 416 | <xs:enumeration value="4"> | 426 | <xs:enumeration value="4"> | |
| 417 | <xs:annotation> | 427 | <xs:annotation> | |
| 418 | <xs:documentation>Kategorie/Stadium 4</xs:documentation> | 428 | <xs:documentation>Kategorie/Stadium 4</xs:documentation> | |
| 419 | </xs:annotation> | 429 | </xs:annotation> | |
| 420 | </xs:enumeration> | 430 | </xs:enumeration> | |
| 421 | <xs:enumeration value="9"> | 431 | <xs:enumeration value="9"> | |
| 422 | <xs:annotation> | 432 | <xs:annotation> | |
| 423 | <xs:documentation>unbekannt</xs:documentation> | 433 | <xs:documentation>unbekannt</xs:documentation> | |
| 424 | </xs:annotation> | 434 | </xs:annotation> | |
| 425 | </xs:enumeration> | 435 | </xs:enumeration> | |
| 426 | </xs:restriction> | 436 | </xs:restriction> | |
| 427 | </xs:simpleType> | 437 | </xs:simpleType> | |
| 428 | <xs:simpleType name="enum_lokalisation_type"> | 438 | <xs:simpleType name="enum_lokalisation_type"> | |
| 429 | <xs:annotation> | 439 | <xs:annotation> | |
| 430 | <xs:documentation>Lokalisation</xs:documentation> | 440 | <xs:documentation>Lokalisation</xs:documentation> | |
| 431 | </xs:annotation> | 441 | </xs:annotation> | |
| 432 | <xs:restriction base="xs:int"> | 442 | <xs:restriction base="xs:int"> | |
| 433 | <xs:enumeration value="1"> | 443 | <xs:enumeration value="1"> | |
| 434 | <xs:annotation> | 444 | <xs:annotation> | |
| 435 | <xs:documentation>in der Pflegeeinrichtung</xs:documentation> | 445 | <xs:documentation>in der Pflegeeinrichtung</xs:documentation> | |
| 436 | </xs:annotation> | 446 | </xs:annotation> | |
| 437 | </xs:enumeration> | 447 | </xs:enumeration> | |
| 438 | <xs:enumeration value="2"> | 448 | <xs:enumeration value="2"> | |
| 439 | <xs:annotation> | 449 | <xs:annotation> | |
| 440 | <xs:documentation>im Krankenhaus</xs:documentation> | 450 | <xs:documentation>im Krankenhaus</xs:documentation> | |
| 441 | </xs:annotation> | 451 | </xs:annotation> | |
| 442 | </xs:enumeration> | 452 | </xs:enumeration> | |
| 443 | <xs:enumeration value="3"> | 453 | <xs:enumeration value="3"> | |
| 444 | <xs:annotation> | 454 | <xs:annotation> | |
| 445 | <xs:documentation>zuhause (vor dem Einzug)</xs:documentation> | 455 | <xs:documentation>zuhause (vor dem Einzug)</xs:documentation> | |
| 446 | </xs:annotation> | 456 | </xs:annotation> | |
| 447 | </xs:enumeration> | 457 | </xs:enumeration> | |
| 448 | <xs:enumeration value="4"> | 458 | <xs:enumeration value="4"> | |
| 449 | <xs:annotation> | 459 | <xs:annotation> | |
| 450 | <xs:documentation>woanders</xs:documentation> | 460 | <xs:documentation>woanders</xs:documentation> | |
| 451 | </xs:annotation> | 461 | </xs:annotation> | |
| 452 | </xs:enumeration> | 462 | </xs:enumeration> | |
| 453 | </xs:restriction> | 463 | </xs:restriction> | |
| 454 | </xs:simpleType> | 464 | </xs:simpleType> | |
| 455 | <xs:simpleType name="enum_gewichtsverlust_type"> | 465 | <xs:simpleType name="enum_gewichtsverlust_type"> | |
| 456 | <xs:annotation> | 466 | <xs:annotation> | |
| 457 | <xs:documentation>Gewichtsverlust aus Pflegedokumentation</xs:documentation> | 467 | <xs:documentation>Gewichtsverlust aus Pflegedokumentation</xs:documentation> | |
| 458 | </xs:annotation> | 468 | </xs:annotation> | |
| 459 | <xs:restriction base="xs:int"> | 469 | <xs:restriction base="xs:int"> | |
| 460 | <xs:enumeration value="0"> | 470 | <xs:enumeration value="0"> | |
| 461 | <xs:annotation> | 471 | <xs:annotation> | |
| 462 | <xs:documentation>Keine der angegebenen</xs:documentation> | 472 | <xs:documentation>Keine der angegebenen</xs:documentation> | |
| 463 | </xs:annotation> | 473 | </xs:annotation> | |
| 464 | </xs:enumeration> | 474 | </xs:enumeration> | |
| 465 | <xs:enumeration value="1"> | 475 | <xs:enumeration value="1"> | |
| 466 | <xs:annotation> | 476 | <xs:annotation> | |
| 467 | <xs:documentation>Gewichtsverlust durch medikamentöse Ausschwemmung</xs:documentation> | 477 | <xs:documentation>Gewichtsverlust durch medikamentöse Ausschwemmung</xs:documentation> | |
| 468 | </xs:annotation> | 478 | </xs:annotation> | |
| 469 | </xs:enumeration> | 479 | </xs:enumeration> | |
| 470 | <xs:enumeration value="2"> | 480 | <xs:enumeration value="2"> | |
| 471 | <xs:annotation> | 481 | <xs:annotation> | |
| 472 | <xs:documentation>Gewichtsverlust aufgrund ärztlich angeordneter oder ärztlich genehmigter Diät</xs:documentation> | 482 | <xs:documentation>Gewichtsverlust aufgrund ärztlich angeordneter oder ärztlich genehmigter Diät</xs:documentation> | |
| 473 | </xs:annotation> | 483 | </xs:annotation> | |
| 474 | </xs:enumeration> | 484 | </xs:enumeration> | |
| 475 | <xs:enumeration value="3"> | 485 | <xs:enumeration value="3"> | |
| 476 | <xs:annotation> | 486 | <xs:annotation> | |
| 477 | <xs:documentation>Mindestens 10% Gewichtsverlust während eines Krankenhausaufenthalts</xs:documentation> | 487 | <xs:documentation>Mindestens 10% Gewichtsverlust während eines Krankenhausaufenthalts</xs:documentation> | |
| 478 | </xs:annotation> | 488 | </xs:annotation> | |
| 479 | </xs:enumeration> | 489 | </xs:enumeration> | |
| 480 | <xs:enumeration value="4"> | 490 | <xs:enumeration value="4"> | |
| 481 | <xs:annotation> | 491 | <xs:annotation> | |
| 482 | <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohnerin bzw. Bewohner wird aufgrund einer Entscheidung der Ärztin bzw. des Arztes oder einer Betreuerin bzw. eines Betreuers bzw. der/des Bevollmächtigten nicht mehr gewogen</xs:documentation> | 492 | <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohnerin bzw. Bewohner wird aufgrund einer Entscheidung der Ärztin bzw. des Arztes oder einer Betreuerin bzw. eines Betreuers bzw. der/des Bevollmächtigten nicht mehr gewogen</xs:documentation> | |
| 483 | </xs:annotation> | 493 | </xs:annotation> | |
| 484 | </xs:enumeration> | 494 | </xs:enumeration> | |
| 485 | <xs:enumeration value="5"> | 495 | <xs:enumeration value="5"> | |
| 486 | <xs:annotation> | 496 | <xs:annotation> | |
| 487 | <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohnerin bzw. Bewohner möchte nicht gewogen werden</xs:documentation> | 497 | <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohnerin bzw. Bewohner möchte nicht gewogen werden</xs:documentation> | |
| 488 | </xs:annotation> | 498 | </xs:annotation> | |
| 489 | </xs:enumeration> | 499 | </xs:enumeration> | |
| 490 | </xs:restriction> | 500 | </xs:restriction> | |
| 491 | </xs:simpleType> | 501 | </xs:simpleType> | |
| 492 | <xs:simpleType name="enum_sturzfolgen_type"> | 502 | <xs:simpleType name="enum_sturzfolgen_type"> | |
| 493 | <xs:annotation> | 503 | <xs:annotation> | |
| 494 | <xs:documentation>Sturzfolgen</xs:documentation> | 504 | <xs:documentation>Sturzfolgen</xs:documentation> | |
| 495 | </xs:annotation> | 505 | </xs:annotation> | |
| 496 | <xs:restriction base="xs:int"> | 506 | <xs:restriction base="xs:int"> | |
| 497 | <xs:enumeration value="0"> | 507 | <xs:enumeration value="0"> | |
| 498 | <xs:annotation> | 508 | <xs:annotation> | |
| 499 | <xs:documentation>keine der genannten Folgen ist aufgetreten</xs:documentation> | 509 | <xs:documentation>keine der genannten Folgen ist aufgetreten</xs:documentation> | |
| 500 | </xs:annotation> | 510 | </xs:annotation> | |
| 501 | </xs:enumeration> | 511 | </xs:enumeration> | |
| 502 | <xs:enumeration value="1"> | 512 | <xs:enumeration value="1"> | |
| 503 | <xs:annotation> | 513 | <xs:annotation> | |
| 504 | <xs:documentation>Frakturen</xs:documentation> | 514 | <xs:documentation>Frakturen</xs:documentation> | |
| 505 | </xs:annotation> | 515 | </xs:annotation> | |
| 506 | </xs:enumeration> | 516 | </xs:enumeration> | |
| 507 | <xs:enumeration value="2"> | 517 | <xs:enumeration value="2"> | |
| 508 | <xs:annotation> | 518 | <xs:annotation> | |
| 509 | <xs:documentation>ärztlich behandlungsbedürftige Wunde</xs:documentation> | 519 | <xs:documentation>ärztlich behandlungsbedürftige Wunde</xs:documentation> | |
| 510 | </xs:annotation> | 520 | </xs:annotation> | |
| 511 | </xs:enumeration> | 521 | </xs:enumeration> | |
| 512 | <xs:enumeration value="3"> | 522 | <xs:enumeration value="3"> | |
| 513 | <xs:annotation> | 523 | <xs:annotation> | |
| 514 | <xs:documentation>erhöhter Unterstützungsbedarf bei Alltagsverrichtungen</xs:documentation> | 524 | <xs:documentation>erhöhter Unterstützungsbedarf bei Alltagsverrichtungen</xs:documentation> | |
| 515 | </xs:annotation> | 525 | </xs:annotation> | |
| 516 | </xs:enumeration> | 526 | </xs:enumeration> | |
| 517 | <xs:enumeration value="4"> | 527 | <xs:enumeration value="4"> | |
| 518 | <xs:annotation> | 528 | <xs:annotation> | |
| 519 | <xs:documentation>erhöhter Unterstützungsbedarf bei der Mobilität</xs:documentation> | 529 | <xs:documentation>erhöhter Unterstützungsbedarf bei der Mobilität</xs:documentation> | |
| 520 | </xs:annotation> | 530 | </xs:annotation> | |
| 521 | </xs:enumeration> | 531 | </xs:enumeration> | |
| 522 | </xs:restriction> | 532 | </xs:restriction> | |
| 523 | </xs:simpleType> | 533 | </xs:simpleType> | |
| 524 | <xs:simpleType name="enum_schmerzeinschaetzung_type"> | 534 | <xs:simpleType name="enum_schmerzeinschaetzung_type"> | |
| 525 | <xs:annotation> | 535 | <xs:annotation> | |
| 526 | <xs:documentation>Informationen zur Schmerzeischätzung</xs:documentation> | 536 | <xs:documentation>Informationen zur Schmerzeischätzung</xs:documentation> | |
| 527 | </xs:annotation> | 537 | </xs:annotation> | |
| 528 | <xs:restriction base="xs:int"> | 538 | <xs:restriction base="xs:int"> | |
| 529 | <xs:enumeration value="0"> | 539 | <xs:enumeration value="0"> | |
| 530 | <xs:annotation> | 540 | <xs:annotation> | |
| 531 | <xs:documentation>Es liegen keine Informationen vor</xs:documentation> | 541 | <xs:documentation>Es liegen keine Informationen vor</xs:documentation> | |
| 532 | </xs:annotation> | 542 | </xs:annotation> | |
| 533 | </xs:enumeration> | 543 | </xs:enumeration> | |
| 534 | <xs:enumeration value="1"> | 544 | <xs:enumeration value="1"> | |
| 535 | <xs:annotation> | 545 | <xs:annotation> | |
| 536 | <xs:documentation>Schmerzintensität</xs:documentation> | 546 | <xs:documentation>Schmerzintensität</xs:documentation> | |
| 537 | </xs:annotation> | 547 | </xs:annotation> | |
| 538 | </xs:enumeration> | 548 | </xs:enumeration> | |
| 539 | <xs:enumeration value="2"> | 549 | <xs:enumeration value="2"> | |
| 540 | <xs:annotation> | 550 | <xs:annotation> | |
| 541 | <xs:documentation>Schmerzqualität</xs:documentation> | 551 | <xs:documentation>Schmerzqualität</xs:documentation> | |
| 542 | </xs:annotation> | 552 | </xs:annotation> | |
| 543 | </xs:enumeration> | 553 | </xs:enumeration> | |
| 544 | <xs:enumeration value="3"> | 554 | <xs:enumeration value="3"> | |
| 545 | <xs:annotation> | 555 | <xs:annotation> | |
| 546 | <xs:documentation>Schmerzlokalisation</xs:documentation> | 556 | <xs:documentation>Schmerzlokalisation</xs:documentation> | |
| 547 | </xs:annotation> | 557 | </xs:annotation> | |
| 548 | </xs:enumeration> | 558 | </xs:enumeration> | |
| 549 | <xs:enumeration value="4"> | 559 | <xs:enumeration value="4"> | |
| 550 | <xs:annotation> | 560 | <xs:annotation> | |
| 551 | <xs:documentation>Folgen für Lebensalltag</xs:documentation> | 561 | <xs:documentation>Folgen für Lebensalltag</xs:documentation> | |
| 552 | </xs:annotation> | 562 | </xs:annotation> | |
| 553 | </xs:enumeration> | 563 | </xs:enumeration> | |
| 554 | </xs:restriction> | 564 | </xs:restriction> | |
| 555 | </xs:simpleType> | 565 | </xs:simpleType> | |
| 556 | <xs:simpleType name="enum_teilnehmer_type"> | 566 | <xs:simpleType name="enum_teilnehmer_type"> | |
| 557 | <xs:annotation> | 567 | <xs:annotation> | |
| 558 | <xs:documentation>Gesprächsteilnehmer</xs:documentation> | 568 | <xs:documentation>Gesprächsteilnehmer</xs:documentation> | |
| 559 | </xs:annotation> | 569 | </xs:annotation> | |
| 560 | <xs:restriction base="xs:int"> | 570 | <xs:restriction base="xs:int"> | |
| 561 | <xs:enumeration value="0"> | 571 | <xs:enumeration value="0"> | |
| 562 | <xs:annotation> | 572 | <xs:annotation> | |
| 563 | <xs:documentation>Keine der angegebenen</xs:documentation> | 573 | <xs:documentation>Keine der angegebenen</xs:documentation> | |
| 564 | </xs:annotation> | 574 | </xs:annotation> | |
| 565 | </xs:enumeration> | 575 | </xs:enumeration> | |
| 566 | <xs:enumeration value="1"> | 576 | <xs:enumeration value="1"> | |
| 567 | <xs:annotation> | 577 | <xs:annotation> | |
| 568 | <xs:documentation>Bewohnerin/Bewohner</xs:documentation> | 578 | <xs:documentation>Bewohnerin/Bewohner</xs:documentation> | |
| 569 | </xs:annotation> | 579 | </xs:annotation> | |
| 570 | </xs:enumeration> | 580 | </xs:enumeration> | |
| 571 | <xs:enumeration value="2"> | 581 | <xs:enumeration value="2"> | |
| 572 | <xs:annotation> | 582 | <xs:annotation> | |
| 573 | <xs:documentation>Angehörige</xs:documentation> | 583 | <xs:documentation>Angehörige</xs:documentation> | |
| 574 | </xs:annotation> | 584 | </xs:annotation> | |
| 575 | </xs:enumeration> | 585 | </xs:enumeration> | |
| 576 | <xs:enumeration value="3"> | 586 | <xs:enumeration value="3"> | |
| 577 | <xs:annotation> | 587 | <xs:annotation> | |
| 578 | <xs:documentation>Betreuerin/Betreuer</xs:documentation> | 588 | <xs:documentation>Betreuerin/Betreuer</xs:documentation> | |
| 579 | </xs:annotation> | 589 | </xs:annotation> | |
| 580 | </xs:enumeration> | 590 | </xs:enumeration> | |
| 581 | <xs:enumeration value="4"> | 591 | <xs:enumeration value="4"> | |
| 582 | <xs:annotation> | 592 | <xs:annotation> | |
| 583 | <xs:documentation>andere Vertrauenspersonen, die nicht in der Einrichtung beschäftigt sind</xs:documentation> | 593 | <xs:documentation>andere Vertrauenspersonen, die nicht in der Einrichtung beschäftigt sind</xs:documentation> | |
| 584 | </xs:annotation> | 594 | </xs:annotation> | |
| 585 | </xs:enumeration> | 595 | </xs:enumeration> | |
| 586 | </xs:restriction> | 596 | </xs:restriction> | |
| 587 | </xs:simpleType> | 597 | </xs:simpleType> | |
| 588 | <xs:simpleType name="enum_ausschlussgrund_type"> | 598 | <xs:simpleType name="enum_ausschlussgrund_type"> | |
| 589 | <xs:annotation> | 599 | <xs:annotation> | |
| 590 | <xs:documentation>Ausschlussgrund im Fall eines Minimaldatensatzes (MDS)</xs:documentation> | 600 | <xs:documentation>Ausschlussgrund im Fall eines Minimaldatensatzes (MDS)</xs:documentation> | |
| 591 | </xs:annotation> | 601 | </xs:annotation> | |
| 592 | <xs:restriction base="xs:int"> | 602 | <xs:restriction base="xs:int"> | |
| 593 | <xs:enumeration value="1"> | 603 | <xs:enumeration value="1"> | |
| 594 | <xs:annotation> | 604 | <xs:annotation> | |
| 595 | <xs:documentation>Einzugsdatum liegt weniger als 14 Tage vor dem Stichtag</xs:documentation> | 605 | <xs:documentation>Einzugsdatum liegt weniger als 14 Tage vor dem Stichtag</xs:documentation> | |
| 596 | </xs:annotation> | 606 | </xs:annotation> | |
| 597 | </xs:enumeration> | 607 | </xs:enumeration> | |
| 598 | <xs:enumeration value="2"> | 608 | <xs:enumeration value="2"> | |
| 599 | <xs:annotation> | 609 | <xs:annotation> | |
| 600 | <xs:documentation>Bewohnerin bzw. Bewohner ist Kurzzeit- bzw. Verhinderungspflegegast</xs:documentation> | 610 | <xs:documentation>Bewohnerin bzw. Bewohner ist Kurzzeit- bzw. Verhinderungspflegegast</xs:documentation> | |
| 601 | </xs:annotation> | 611 | </xs:annotation> | |
| 602 | </xs:enumeration> | 612 | </xs:enumeration> | |
| 603 | <xs:enumeration value="3"> | 613 | <xs:enumeration value="3"> | |
| 604 | <xs:annotation> | 614 | <xs:annotation> | |
| 605 | <xs:documentation>Bewohnerin bzw. Bewohner befindet sich in der Sterbephase</xs:documentation> | 615 | <xs:documentation>Bewohnerin bzw. Bewohner befindet sich in der Sterbephase</xs:documentation> | |
| 606 | </xs:annotation> | 616 | </xs:annotation> | |
| 607 | </xs:enumeration> | 617 | </xs:enumeration> | |
| 608 | <xs:enumeration value="4"> | 618 | <xs:enumeration value="4"> | |
| 609 | <xs:annotation> | 619 | <xs:annotation> | |
| 610 | <xs:documentation>Bewohnerin bzw. Bewohner hält sich seit mindestens 21 Tagen vor dem Stichtag nicht mehr in der Einrichtung auf (z. B. wegen einer Krankenhausbehandlung oder eines längeren Urlaubs mit Angehörigen)</xs:documentation> | 620 | <xs:documentation>Bewohnerin bzw. Bewohner hält sich seit mindestens 21 Tagen vor dem Stichtag nicht mehr in der Einrichtung auf (z. B. wegen einer Krankenhausbehandlung oder eines längeren Urlaubs mit Angehörigen)</xs:documentation> | |
| 611 | </xs:annotation> | 621 | </xs:annotation> | |
| 612 | </xs:enumeration> | 622 | </xs:enumeration> | |
| 613 | <xs:enumeration value="5"> | +- | ||
| 614 | <xs:annotation> | |||
| 615 | <xs:documentation>Bewohnerin bzw. Bewohner mit schwersten Schädigungen des Gehirns und einer Diagnose, die zum apallischen Syndrom/dem Bewusstseinszustand eines Wachkomas führt</xs:documentation> | |||
| 616 | </xs:annotation> | |||
| 617 | </xs:enumeration> | |||
| 618 | </xs:restriction> | = | 623 | </xs:restriction> |
| 619 | </xs:simpleType> | 624 | </xs:simpleType> | |
| 620 | <xs:simpleType name="enum_wohnbereich_type"> | 625 | <xs:simpleType name="enum_wohnbereich_type"> | |
| 621 | <xs:annotation> | 626 | <xs:annotation> | |
| 622 | <xs:documentation>Wohnbereichskode für die wohnbereichsbezogene Auswertung</xs:documentation> | 627 | <xs:documentation>Wohnbereichskode für die wohnbereichsbezogene Auswertung</xs:documentation> | |
| 623 | </xs:annotation> | 628 | </xs:annotation> | |
| 624 | <xs:restriction base="xs:string"> | 629 | <xs:restriction base="xs:string"> | |
| 625 | <xs:enumeration value="WB_1"> | 630 | <xs:enumeration value="WB_1"> | |
| 626 | <xs:annotation> | 631 | <xs:annotation> | |
| 627 | <xs:documentation>Wohnbereich 1</xs:documentation> | 632 | <xs:documentation>Wohnbereich 1</xs:documentation> | |
| 628 | </xs:annotation> | 633 | </xs:annotation> | |
| 629 | </xs:enumeration> | 634 | </xs:enumeration> | |
| 630 | <xs:enumeration value="WB_2"> | 635 | <xs:enumeration value="WB_2"> | |
| 631 | <xs:annotation> | 636 | <xs:annotation> | |
| 632 | <xs:documentation>Wohnbereich 2</xs:documentation> | 637 | <xs:documentation>Wohnbereich 2</xs:documentation> | |
| 633 | </xs:annotation> | 638 | </xs:annotation> | |
| 634 | </xs:enumeration> | 639 | </xs:enumeration> | |
| 635 | <xs:enumeration value="WB_3"> | 640 | <xs:enumeration value="WB_3"> | |
| 636 | <xs:annotation> | 641 | <xs:annotation> | |
| 637 | <xs:documentation>Wohnbereich 3</xs:documentation> | 642 | <xs:documentation>Wohnbereich 3</xs:documentation> | |
| 638 | </xs:annotation> | 643 | </xs:annotation> | |
| 639 | </xs:enumeration> | 644 | </xs:enumeration> | |
| 640 | <xs:enumeration value="WB_4"> | 645 | <xs:enumeration value="WB_4"> | |
| 641 | <xs:annotation> | 646 | <xs:annotation> | |
| 642 | <xs:documentation>Wohnbereich 4</xs:documentation> | 647 | <xs:documentation>Wohnbereich 4</xs:documentation> | |
| 643 | </xs:annotation> | 648 | </xs:annotation> | |
| 644 | </xs:enumeration> | 649 | </xs:enumeration> | |
| 645 | <xs:enumeration value="WB_5"> | 650 | <xs:enumeration value="WB_5"> | |
| 646 | <xs:annotation> | 651 | <xs:annotation> | |
| 647 | <xs:documentation>Wohnbereich 5</xs:documentation> | 652 | <xs:documentation>Wohnbereich 5</xs:documentation> | |
| 648 | </xs:annotation> | 653 | </xs:annotation> | |
| 649 | </xs:enumeration> | 654 | </xs:enumeration> | |
| 650 | <xs:enumeration value="WB_6"> | 655 | <xs:enumeration value="WB_6"> | |
| 651 | <xs:annotation> | 656 | <xs:annotation> | |
| 652 | <xs:documentation>Wohnbereich 6</xs:documentation> | 657 | <xs:documentation>Wohnbereich 6</xs:documentation> | |
| 653 | </xs:annotation> | 658 | </xs:annotation> | |
| 654 | </xs:enumeration> | 659 | </xs:enumeration> | |
| 655 | <xs:enumeration value="WB_7"> | 660 | <xs:enumeration value="WB_7"> | |
| 656 | <xs:annotation> | 661 | <xs:annotation> | |
| 657 | <xs:documentation>Wohnbereich 7</xs:documentation> | 662 | <xs:documentation>Wohnbereich 7</xs:documentation> | |
| 658 | </xs:annotation> | 663 | </xs:annotation> | |
| 659 | </xs:enumeration> | 664 | </xs:enumeration> | |
| 660 | <xs:enumeration value="WB_8"> | 665 | <xs:enumeration value="WB_8"> | |
| 661 | <xs:annotation> | 666 | <xs:annotation> | |
| 662 | <xs:documentation>Wohnbereich 8</xs:documentation> | 667 | <xs:documentation>Wohnbereich 8</xs:documentation> | |
| 663 | </xs:annotation> | 668 | </xs:annotation> | |
| 664 | </xs:enumeration> | 669 | </xs:enumeration> | |
| 665 | <xs:enumeration value="WB_9"> | 670 | <xs:enumeration value="WB_9"> | |
| 666 | <xs:annotation> | 671 | <xs:annotation> | |
| 667 | <xs:documentation>Wohnbereich 9</xs:documentation> | 672 | <xs:documentation>Wohnbereich 9</xs:documentation> | |
| 668 | </xs:annotation> | 673 | </xs:annotation> | |
| 669 | </xs:enumeration> | 674 | </xs:enumeration> | |
| 670 | <xs:enumeration value="WB_10"> | 675 | <xs:enumeration value="WB_10"> | |
| 671 | <xs:annotation> | 676 | <xs:annotation> | |
| 672 | <xs:documentation>Wohnbereich 10</xs:documentation> | 677 | <xs:documentation>Wohnbereich 10</xs:documentation> | |
| 673 | </xs:annotation> | 678 | </xs:annotation> | |
| 674 | </xs:enumeration> | 679 | </xs:enumeration> | |
| 675 | <xs:enumeration value="WB_11"> | 680 | <xs:enumeration value="WB_11"> | |
| 676 | <xs:annotation> | 681 | <xs:annotation> | |
| 677 | <xs:documentation>Wohnbereich 11</xs:documentation> | 682 | <xs:documentation>Wohnbereich 11</xs:documentation> | |
| 678 | </xs:annotation> | 683 | </xs:annotation> | |
| 679 | </xs:enumeration> | 684 | </xs:enumeration> | |
| 680 | <xs:enumeration value="WB_12"> | 685 | <xs:enumeration value="WB_12"> | |
| 681 | <xs:annotation> | 686 | <xs:annotation> | |
| 682 | <xs:documentation>Wohnbereich 12</xs:documentation> | 687 | <xs:documentation>Wohnbereich 12</xs:documentation> | |
| 683 | </xs:annotation> | 688 | </xs:annotation> | |
| 684 | </xs:enumeration> | 689 | </xs:enumeration> | |
| 685 | <xs:enumeration value="WB_13"> | 690 | <xs:enumeration value="WB_13"> | |
| 686 | <xs:annotation> | 691 | <xs:annotation> | |
| 687 | <xs:documentation>Wohnbereich 13</xs:documentation> | 692 | <xs:documentation>Wohnbereich 13</xs:documentation> | |
| 688 | </xs:annotation> | 693 | </xs:annotation> | |
| 689 | </xs:enumeration> | 694 | </xs:enumeration> | |
| 690 | <xs:enumeration value="WB_14"> | 695 | <xs:enumeration value="WB_14"> | |
| 691 | <xs:annotation> | 696 | <xs:annotation> | |
| 692 | <xs:documentation>Wohnbereich 14</xs:documentation> | 697 | <xs:documentation>Wohnbereich 14</xs:documentation> | |
| 693 | </xs:annotation> | 698 | </xs:annotation> | |
| 694 | </xs:enumeration> | 699 | </xs:enumeration> | |
| 695 | <xs:enumeration value="WB_15"> | 700 | <xs:enumeration value="WB_15"> | |
| 696 | <xs:annotation> | 701 | <xs:annotation> | |
| 697 | <xs:documentation>Wohnbereich 15</xs:documentation> | 702 | <xs:documentation>Wohnbereich 15</xs:documentation> | |
| 698 | </xs:annotation> | 703 | </xs:annotation> | |
| 699 | </xs:enumeration> | 704 | </xs:enumeration> | |
| 700 | <xs:enumeration value="WB_16"> | 705 | <xs:enumeration value="WB_16"> | |
| 701 | <xs:annotation> | 706 | <xs:annotation> | |
| 702 | <xs:documentation>Wohnbereich 16</xs:documentation> | 707 | <xs:documentation>Wohnbereich 16</xs:documentation> | |
| 703 | </xs:annotation> | 708 | </xs:annotation> | |
| 704 | </xs:enumeration> | 709 | </xs:enumeration> | |
| 705 | <xs:enumeration value="WB_17"> | 710 | <xs:enumeration value="WB_17"> | |
| 706 | <xs:annotation> | 711 | <xs:annotation> | |
| 707 | <xs:documentation>Wohnbereich 17</xs:documentation> | 712 | <xs:documentation>Wohnbereich 17</xs:documentation> | |
| 708 | </xs:annotation> | 713 | </xs:annotation> | |
| 709 | </xs:enumeration> | 714 | </xs:enumeration> | |
| 710 | <xs:enumeration value="WB_18"> | 715 | <xs:enumeration value="WB_18"> | |
| 711 | <xs:annotation> | 716 | <xs:annotation> | |
| 712 | <xs:documentation>Wohnbereich 18</xs:documentation> | 717 | <xs:documentation>Wohnbereich 18</xs:documentation> | |
| 713 | </xs:annotation> | 718 | </xs:annotation> | |
| 714 | </xs:enumeration> | 719 | </xs:enumeration> | |
| 715 | <xs:enumeration value="WB_19"> | 720 | <xs:enumeration value="WB_19"> | |
| 716 | <xs:annotation> | 721 | <xs:annotation> | |
| 717 | <xs:documentation>Wohnbereich 19</xs:documentation> | 722 | <xs:documentation>Wohnbereich 19</xs:documentation> | |
| 718 | </xs:annotation> | 723 | </xs:annotation> | |
| 719 | </xs:enumeration> | 724 | </xs:enumeration> | |
| 720 | <xs:enumeration value="WB_20"> | 725 | <xs:enumeration value="WB_20"> | |
| 721 | <xs:annotation> | 726 | <xs:annotation> | |
| 722 | <xs:documentation>Wohnbereich 20</xs:documentation> | 727 | <xs:documentation>Wohnbereich 20</xs:documentation> | |
| 723 | </xs:annotation> | 728 | </xs:annotation> | |
| 724 | </xs:enumeration> | 729 | </xs:enumeration> | |
| 725 | <xs:enumeration value="WB_21"> | 730 | <xs:enumeration value="WB_21"> | |
| 726 | <xs:annotation> | 731 | <xs:annotation> | |
| 727 | <xs:documentation>Wohnbereich 21</xs:documentation> | 732 | <xs:documentation>Wohnbereich 21</xs:documentation> | |
| 728 | </xs:annotation> | 733 | </xs:annotation> | |
| 729 | </xs:enumeration> | 734 | </xs:enumeration> | |
| 730 | <xs:enumeration value="WB_22"> | 735 | <xs:enumeration value="WB_22"> | |
| 731 | <xs:annotation> | 736 | <xs:annotation> | |
| 732 | <xs:documentation>Wohnbereich 22</xs:documentation> | 737 | <xs:documentation>Wohnbereich 22</xs:documentation> | |
| 733 | </xs:annotation> | 738 | </xs:annotation> | |
| 734 | </xs:enumeration> | 739 | </xs:enumeration> | |
| 735 | <xs:enumeration value="WB_23"> | 740 | <xs:enumeration value="WB_23"> | |
| 736 | <xs:annotation> | 741 | <xs:annotation> | |
| 737 | <xs:documentation>Wohnbereich 23</xs:documentation> | 742 | <xs:documentation>Wohnbereich 23</xs:documentation> | |
| 738 | </xs:annotation> | 743 | </xs:annotation> | |
| 739 | </xs:enumeration> | 744 | </xs:enumeration> | |
| 740 | <xs:enumeration value="WB_24"> | 745 | <xs:enumeration value="WB_24"> | |
| 741 | <xs:annotation> | 746 | <xs:annotation> | |
| 742 | <xs:documentation>Wohnbereich 24</xs:documentation> | 747 | <xs:documentation>Wohnbereich 24</xs:documentation> | |
| 743 | </xs:annotation> | 748 | </xs:annotation> | |
| 744 | </xs:enumeration> | 749 | </xs:enumeration> | |
| 745 | <xs:enumeration value="WB_25"> | 750 | <xs:enumeration value="WB_25"> | |
| 746 | <xs:annotation> | 751 | <xs:annotation> | |
| 747 | <xs:documentation>Wohnbereich 25</xs:documentation> | 752 | <xs:documentation>Wohnbereich 25</xs:documentation> | |
| 748 | </xs:annotation> | 753 | </xs:annotation> | |
| 749 | </xs:enumeration> | 754 | </xs:enumeration> | |
| 750 | <xs:enumeration value="WB_26"> | 755 | <xs:enumeration value="WB_26"> | |
| 751 | <xs:annotation> | 756 | <xs:annotation> | |
| 752 | <xs:documentation>Wohnbereich 26</xs:documentation> | 757 | <xs:documentation>Wohnbereich 26</xs:documentation> | |
| 753 | </xs:annotation> | 758 | </xs:annotation> | |
| 754 | </xs:enumeration> | 759 | </xs:enumeration> | |
| 755 | <xs:enumeration value="WB_27"> | 760 | <xs:enumeration value="WB_27"> | |
| 756 | <xs:annotation> | 761 | <xs:annotation> | |
| 757 | <xs:documentation>Wohnbereich 27</xs:documentation> | 762 | <xs:documentation>Wohnbereich 27</xs:documentation> | |
| 758 | </xs:annotation> | 763 | </xs:annotation> | |
| 759 | </xs:enumeration> | 764 | </xs:enumeration> | |
| 760 | <xs:enumeration value="WB_28"> | 765 | <xs:enumeration value="WB_28"> | |
| 761 | <xs:annotation> | 766 | <xs:annotation> | |
| 762 | <xs:documentation>Wohnbereich 28</xs:documentation> | 767 | <xs:documentation>Wohnbereich 28</xs:documentation> | |
| 763 | </xs:annotation> | 768 | </xs:annotation> | |
| 764 | </xs:enumeration> | 769 | </xs:enumeration> | |
| 765 | <xs:enumeration value="WB_29"> | 770 | <xs:enumeration value="WB_29"> | |
| 766 | <xs:annotation> | 771 | <xs:annotation> | |
| 767 | <xs:documentation>Wohnbereich 29</xs:documentation> | 772 | <xs:documentation>Wohnbereich 29</xs:documentation> | |
| 768 | </xs:annotation> | 773 | </xs:annotation> | |
| 769 | </xs:enumeration> | 774 | </xs:enumeration> | |
| 770 | <xs:enumeration value="WB_30"> | 775 | <xs:enumeration value="WB_30"> | |
| 771 | <xs:annotation> | 776 | <xs:annotation> | |
| 772 | <xs:documentation>Wohnbereich 30</xs:documentation> | 777 | <xs:documentation>Wohnbereich 30</xs:documentation> | |
| 773 | </xs:annotation> | 778 | </xs:annotation> | |
| 774 | </xs:enumeration> | 779 | </xs:enumeration> | |
| 775 | <xs:enumeration value="WB_31"> | 780 | <xs:enumeration value="WB_31"> | |
| 776 | <xs:annotation> | 781 | <xs:annotation> | |
| 777 | <xs:documentation>Wohnbereich 31</xs:documentation> | 782 | <xs:documentation>Wohnbereich 31</xs:documentation> | |
| 778 | </xs:annotation> | 783 | </xs:annotation> | |
| 779 | </xs:enumeration> | 784 | </xs:enumeration> | |
| 780 | <xs:enumeration value="WB_32"> | 785 | <xs:enumeration value="WB_32"> | |
| 781 | <xs:annotation> | 786 | <xs:annotation> | |
| 782 | <xs:documentation>Wohnbereich 32</xs:documentation> | 787 | <xs:documentation>Wohnbereich 32</xs:documentation> | |
| 783 | </xs:annotation> | 788 | </xs:annotation> | |
| 784 | </xs:enumeration> | 789 | </xs:enumeration> | |
| 785 | <xs:enumeration value="WB_33"> | 790 | <xs:enumeration value="WB_33"> | |
| 786 | <xs:annotation> | 791 | <xs:annotation> | |
| 787 | <xs:documentation>Wohnbereich 33</xs:documentation> | 792 | <xs:documentation>Wohnbereich 33</xs:documentation> | |
| 788 | </xs:annotation> | 793 | </xs:annotation> | |
| 789 | </xs:enumeration> | 794 | </xs:enumeration> | |
| 790 | <xs:enumeration value="WB_34"> | 795 | <xs:enumeration value="WB_34"> | |
| 791 | <xs:annotation> | 796 | <xs:annotation> | |
| 792 | <xs:documentation>Wohnbereich 34</xs:documentation> | 797 | <xs:documentation>Wohnbereich 34</xs:documentation> | |
| 793 | </xs:annotation> | 798 | </xs:annotation> | |
| 794 | </xs:enumeration> | 799 | </xs:enumeration> | |
| 795 | <xs:enumeration value="WB_35"> | 800 | <xs:enumeration value="WB_35"> | |
| 796 | <xs:annotation> | 801 | <xs:annotation> | |
| 797 | <xs:documentation>Wohnbereich 35</xs:documentation> | 802 | <xs:documentation>Wohnbereich 35</xs:documentation> | |
| 798 | </xs:annotation> | 803 | </xs:annotation> | |
| 799 | </xs:enumeration> | 804 | </xs:enumeration> | |
| 800 | <xs:enumeration value="WB_36"> | 805 | <xs:enumeration value="WB_36"> | |
| 801 | <xs:annotation> | 806 | <xs:annotation> | |
| 802 | <xs:documentation>Wohnbereich 36</xs:documentation> | 807 | <xs:documentation>Wohnbereich 36</xs:documentation> | |
| 803 | </xs:annotation> | 808 | </xs:annotation> | |
| 804 | </xs:enumeration> | 809 | </xs:enumeration> | |
| 805 | <xs:enumeration value="WB_37"> | 810 | <xs:enumeration value="WB_37"> | |
| 806 | <xs:annotation> | 811 | <xs:annotation> | |
| 807 | <xs:documentation>Wohnbereich 37</xs:documentation> | 812 | <xs:documentation>Wohnbereich 37</xs:documentation> | |
| 808 | </xs:annotation> | 813 | </xs:annotation> | |
| 809 | </xs:enumeration> | 814 | </xs:enumeration> | |
| 810 | <xs:enumeration value="WB_38"> | 815 | <xs:enumeration value="WB_38"> | |
| 811 | <xs:annotation> | 816 | <xs:annotation> | |
| 812 | <xs:documentation>Wohnbereich 38</xs:documentation> | 817 | <xs:documentation>Wohnbereich 38</xs:documentation> | |
| 813 | </xs:annotation> | 818 | </xs:annotation> | |
| 814 | </xs:enumeration> | 819 | </xs:enumeration> | |
| 815 | <xs:enumeration value="WB_39"> | 820 | <xs:enumeration value="WB_39"> | |
| 816 | <xs:annotation> | 821 | <xs:annotation> | |
| 817 | <xs:documentation>Wohnbereich 39</xs:documentation> | 822 | <xs:documentation>Wohnbereich 39</xs:documentation> | |
| 818 | </xs:annotation> | 823 | </xs:annotation> | |
| 819 | </xs:enumeration> | 824 | </xs:enumeration> | |
| 820 | <xs:enumeration value="WB_40"> | 825 | <xs:enumeration value="WB_40"> | |
| 821 | <xs:annotation> | 826 | <xs:annotation> | |
| 822 | <xs:documentation>Wohnbereich 40</xs:documentation> | 827 | <xs:documentation>Wohnbereich 40</xs:documentation> | |
| 823 | </xs:annotation> | 828 | </xs:annotation> | |
| 824 | </xs:enumeration> | 829 | </xs:enumeration> | |
| 825 | <xs:enumeration value="WB_41"> | 830 | <xs:enumeration value="WB_41"> | |
| 826 | <xs:annotation> | 831 | <xs:annotation> | |
| 827 | <xs:documentation>Wohnbereich 41</xs:documentation> | 832 | <xs:documentation>Wohnbereich 41</xs:documentation> | |
| 828 | </xs:annotation> | 833 | </xs:annotation> | |
| 829 | </xs:enumeration> | 834 | </xs:enumeration> | |
| 830 | <xs:enumeration value="WB_42"> | 835 | <xs:enumeration value="WB_42"> | |
| 831 | <xs:annotation> | 836 | <xs:annotation> | |
| 832 | <xs:documentation>Wohnbereich 42</xs:documentation> | 837 | <xs:documentation>Wohnbereich 42</xs:documentation> | |
| 833 | </xs:annotation> | 838 | </xs:annotation> | |
| 834 | </xs:enumeration> | 839 | </xs:enumeration> | |
| 835 | <xs:enumeration value="WB_43"> | 840 | <xs:enumeration value="WB_43"> | |
| 836 | <xs:annotation> | 841 | <xs:annotation> | |
| 837 | <xs:documentation>Wohnbereich 43</xs:documentation> | 842 | <xs:documentation>Wohnbereich 43</xs:documentation> | |
| 838 | </xs:annotation> | 843 | </xs:annotation> | |
| 839 | </xs:enumeration> | 844 | </xs:enumeration> | |
| 840 | <xs:enumeration value="WB_44"> | 845 | <xs:enumeration value="WB_44"> | |
| 841 | <xs:annotation> | 846 | <xs:annotation> | |
| 842 | <xs:documentation>Wohnbereich 44</xs:documentation> | 847 | <xs:documentation>Wohnbereich 44</xs:documentation> | |
| 843 | </xs:annotation> | 848 | </xs:annotation> | |
| 844 | </xs:enumeration> | 849 | </xs:enumeration> | |
| 845 | <xs:enumeration value="WB_45"> | 850 | <xs:enumeration value="WB_45"> | |
| 846 | <xs:annotation> | 851 | <xs:annotation> | |
| 847 | <xs:documentation>Wohnbereich 45</xs:documentation> | 852 | <xs:documentation>Wohnbereich 45</xs:documentation> | |
| 848 | </xs:annotation> | 853 | </xs:annotation> | |
| 849 | </xs:enumeration> | 854 | </xs:enumeration> | |
| 850 | <xs:enumeration value="WB_46"> | 855 | <xs:enumeration value="WB_46"> | |
| 851 | <xs:annotation> | 856 | <xs:annotation> | |
| 852 | <xs:documentation>Wohnbereich 46</xs:documentation> | 857 | <xs:documentation>Wohnbereich 46</xs:documentation> | |
| 853 | </xs:annotation> | 858 | </xs:annotation> | |
| 854 | </xs:enumeration> | 859 | </xs:enumeration> | |
| 855 | <xs:enumeration value="WB_47"> | 860 | <xs:enumeration value="WB_47"> | |
| 856 | <xs:annotation> | 861 | <xs:annotation> | |
| 857 | <xs:documentation>Wohnbereich 47</xs:documentation> | 862 | <xs:documentation>Wohnbereich 47</xs:documentation> | |
| 858 | </xs:annotation> | 863 | </xs:annotation> | |
| 859 | </xs:enumeration> | 864 | </xs:enumeration> | |
| 860 | <xs:enumeration value="WB_48"> | 865 | <xs:enumeration value="WB_48"> | |
| 861 | <xs:annotation> | 866 | <xs:annotation> | |
| 862 | <xs:documentation>Wohnbereich 48</xs:documentation> | 867 | <xs:documentation>Wohnbereich 48</xs:documentation> | |
| 863 | </xs:annotation> | 868 | </xs:annotation> | |
| 864 | </xs:enumeration> | 869 | </xs:enumeration> | |
| 865 | <xs:enumeration value="WB_49"> | 870 | <xs:enumeration value="WB_49"> | |
| 866 | <xs:annotation> | 871 | <xs:annotation> | |
| 867 | <xs:documentation>Wohnbereich 49</xs:documentation> | 872 | <xs:documentation>Wohnbereich 49</xs:documentation> | |
| 868 | </xs:annotation> | 873 | </xs:annotation> | |
| 869 | </xs:enumeration> | 874 | </xs:enumeration> | |
| 870 | <xs:enumeration value="WB_50"> | 875 | <xs:enumeration value="WB_50"> | |
| 871 | <xs:annotation> | 876 | <xs:annotation> | |
| 872 | <xs:documentation>Wohnbereich 50</xs:documentation> | 877 | <xs:documentation>Wohnbereich 50</xs:documentation> | |
| 873 | </xs:annotation> | 878 | </xs:annotation> | |
| 874 | </xs:enumeration> | 879 | </xs:enumeration> | |
| 875 | <xs:enumeration value="WB_51"> | 880 | <xs:enumeration value="WB_51"> | |
| 876 | <xs:annotation> | 881 | <xs:annotation> | |
| 877 | <xs:documentation>Wohnbereich 51</xs:documentation> | 882 | <xs:documentation>Wohnbereich 51</xs:documentation> | |
| 878 | </xs:annotation> | 883 | </xs:annotation> | |
| 879 | </xs:enumeration> | 884 | </xs:enumeration> | |
| 880 | <xs:enumeration value="WB_52"> | 885 | <xs:enumeration value="WB_52"> | |
| 881 | <xs:annotation> | 886 | <xs:annotation> | |
| 882 | <xs:documentation>Wohnbereich 52</xs:documentation> | 887 | <xs:documentation>Wohnbereich 52</xs:documentation> | |
| 883 | </xs:annotation> | 888 | </xs:annotation> | |
| 884 | </xs:enumeration> | 889 | </xs:enumeration> | |
| 885 | <xs:enumeration value="WB_53"> | 890 | <xs:enumeration value="WB_53"> | |
| 886 | <xs:annotation> | 891 | <xs:annotation> | |
| 887 | <xs:documentation>Wohnbereich 53</xs:documentation> | 892 | <xs:documentation>Wohnbereich 53</xs:documentation> | |
| 888 | </xs:annotation> | 893 | </xs:annotation> | |
| 889 | </xs:enumeration> | 894 | </xs:enumeration> | |
| 890 | <xs:enumeration value="WB_54"> | 895 | <xs:enumeration value="WB_54"> | |
| 891 | <xs:annotation> | 896 | <xs:annotation> | |
| 892 | <xs:documentation>Wohnbereich 54</xs:documentation> | 897 | <xs:documentation>Wohnbereich 54</xs:documentation> | |
| 893 | </xs:annotation> | 898 | </xs:annotation> | |
| 894 | </xs:enumeration> | 899 | </xs:enumeration> | |
| 895 | <xs:enumeration value="WB_55"> | 900 | <xs:enumeration value="WB_55"> | |
| 896 | <xs:annotation> | 901 | <xs:annotation> | |
| 897 | <xs:documentation>Wohnbereich 55</xs:documentation> | 902 | <xs:documentation>Wohnbereich 55</xs:documentation> | |
| 898 | </xs:annotation> | 903 | </xs:annotation> | |
| 899 | </xs:enumeration> | 904 | </xs:enumeration> | |
| 900 | <xs:enumeration value="WB_56"> | 905 | <xs:enumeration value="WB_56"> | |
| 901 | <xs:annotation> | 906 | <xs:annotation> | |
| 902 | <xs:documentation>Wohnbereich 56</xs:documentation> | 907 | <xs:documentation>Wohnbereich 56</xs:documentation> | |
| 903 | </xs:annotation> | 908 | </xs:annotation> | |
| 904 | </xs:enumeration> | 909 | </xs:enumeration> | |
| 905 | <xs:enumeration value="WB_57"> | 910 | <xs:enumeration value="WB_57"> | |
| 906 | <xs:annotation> | 911 | <xs:annotation> | |
| 907 | <xs:documentation>Wohnbereich 57</xs:documentation> | 912 | <xs:documentation>Wohnbereich 57</xs:documentation> | |
| 908 | </xs:annotation> | 913 | </xs:annotation> | |
| 909 | </xs:enumeration> | 914 | </xs:enumeration> | |
| 910 | <xs:enumeration value="WB_58"> | 915 | <xs:enumeration value="WB_58"> | |
| 911 | <xs:annotation> | 916 | <xs:annotation> | |
| 912 | <xs:documentation>Wohnbereich 58</xs:documentation> | 917 | <xs:documentation>Wohnbereich 58</xs:documentation> | |
| 913 | </xs:annotation> | 918 | </xs:annotation> | |
| 914 | </xs:enumeration> | 919 | </xs:enumeration> | |
| 915 | <xs:enumeration value="WB_59"> | 920 | <xs:enumeration value="WB_59"> | |
| 916 | <xs:annotation> | 921 | <xs:annotation> | |
| 917 | <xs:documentation>Wohnbereich 59</xs:documentation> | 922 | <xs:documentation>Wohnbereich 59</xs:documentation> | |
| 918 | </xs:annotation> | 923 | </xs:annotation> | |
| 919 | </xs:enumeration> | 924 | </xs:enumeration> | |
| 920 | <xs:enumeration value="WB_60"> | 925 | <xs:enumeration value="WB_60"> | |
| 921 | <xs:annotation> | 926 | <xs:annotation> | |
| 922 | <xs:documentation>Wohnbereich 60</xs:documentation> | 927 | <xs:documentation>Wohnbereich 60</xs:documentation> | |
| 923 | </xs:annotation> | 928 | </xs:annotation> | |
| 924 | </xs:enumeration> | 929 | </xs:enumeration> | |
| 925 | <xs:enumeration value="WB_61"> | 930 | <xs:enumeration value="WB_61"> | |
| 926 | <xs:annotation> | 931 | <xs:annotation> | |
| 927 | <xs:documentation>Wohnbereich 61</xs:documentation> | 932 | <xs:documentation>Wohnbereich 61</xs:documentation> | |
| 928 | </xs:annotation> | 933 | </xs:annotation> | |
| 929 | </xs:enumeration> | 934 | </xs:enumeration> | |
| 930 | <xs:enumeration value="WB_62"> | 935 | <xs:enumeration value="WB_62"> | |
| 931 | <xs:annotation> | 936 | <xs:annotation> | |
| 932 | <xs:documentation>Wohnbereich 62</xs:documentation> | 937 | <xs:documentation>Wohnbereich 62</xs:documentation> | |
| 933 | </xs:annotation> | 938 | </xs:annotation> | |
| 934 | </xs:enumeration> | 939 | </xs:enumeration> | |
| 935 | <xs:enumeration value="WB_63"> | 940 | <xs:enumeration value="WB_63"> | |
| 936 | <xs:annotation> | 941 | <xs:annotation> | |
| 937 | <xs:documentation>Wohnbereich 63</xs:documentation> | 942 | <xs:documentation>Wohnbereich 63</xs:documentation> | |
| 938 | </xs:annotation> | 943 | </xs:annotation> | |
| 939 | </xs:enumeration> | 944 | </xs:enumeration> | |
| 940 | <xs:enumeration value="WB_64"> | 945 | <xs:enumeration value="WB_64"> | |
| 941 | <xs:annotation> | 946 | <xs:annotation> | |
| 942 | <xs:documentation>Wohnbereich 64</xs:documentation> | 947 | <xs:documentation>Wohnbereich 64</xs:documentation> | |
| 943 | </xs:annotation> | 948 | </xs:annotation> | |
| 944 | </xs:enumeration> | 949 | </xs:enumeration> | |
| 945 | <xs:enumeration value="WB_65"> | 950 | <xs:enumeration value="WB_65"> | |
| 946 | <xs:annotation> | 951 | <xs:annotation> | |
| 947 | <xs:documentation>Wohnbereich 65</xs:documentation> | 952 | <xs:documentation>Wohnbereich 65</xs:documentation> | |
| 948 | </xs:annotation> | 953 | </xs:annotation> | |
| 949 | </xs:enumeration> | 954 | </xs:enumeration> | |
| 950 | <xs:enumeration value="WB_66"> | 955 | <xs:enumeration value="WB_66"> | |
| 951 | <xs:annotation> | 956 | <xs:annotation> | |
| 952 | <xs:documentation>Wohnbereich 66</xs:documentation> | 957 | <xs:documentation>Wohnbereich 66</xs:documentation> | |
| 953 | </xs:annotation> | 958 | </xs:annotation> | |
| 954 | </xs:enumeration> | 959 | </xs:enumeration> | |
| 955 | <xs:enumeration value="WB_67"> | 960 | <xs:enumeration value="WB_67"> | |
| 956 | <xs:annotation> | 961 | <xs:annotation> | |
| 957 | <xs:documentation>Wohnbereich 67</xs:documentation> | 962 | <xs:documentation>Wohnbereich 67</xs:documentation> | |
| 958 | </xs:annotation> | 963 | </xs:annotation> | |
| 959 | </xs:enumeration> | 964 | </xs:enumeration> | |
| 960 | <xs:enumeration value="WB_68"> | 965 | <xs:enumeration value="WB_68"> | |
| 961 | <xs:annotation> | 966 | <xs:annotation> | |
| 962 | <xs:documentation>Wohnbereich 68</xs:documentation> | 967 | <xs:documentation>Wohnbereich 68</xs:documentation> | |
| 963 | </xs:annotation> | 968 | </xs:annotation> | |
| 964 | </xs:enumeration> | 969 | </xs:enumeration> | |
| 965 | <xs:enumeration value="WB_69"> | 970 | <xs:enumeration value="WB_69"> | |
| 966 | <xs:annotation> | 971 | <xs:annotation> | |
| 967 | <xs:documentation>Wohnbereich 69</xs:documentation> | 972 | <xs:documentation>Wohnbereich 69</xs:documentation> | |
| 968 | </xs:annotation> | 973 | </xs:annotation> | |
| 969 | </xs:enumeration> | 974 | </xs:enumeration> | |
| 970 | <xs:enumeration value="WB_70"> | 975 | <xs:enumeration value="WB_70"> | |
| 971 | <xs:annotation> | 976 | <xs:annotation> | |
| 972 | <xs:documentation>Wohnbereich 70</xs:documentation> | 977 | <xs:documentation>Wohnbereich 70</xs:documentation> | |
| 973 | </xs:annotation> | 978 | </xs:annotation> | |
| 974 | </xs:enumeration> | 979 | </xs:enumeration> | |
| 975 | <xs:enumeration value="WB_71"> | 980 | <xs:enumeration value="WB_71"> | |
| 976 | <xs:annotation> | 981 | <xs:annotation> | |
| 977 | <xs:documentation>Wohnbereich 71</xs:documentation> | 982 | <xs:documentation>Wohnbereich 71</xs:documentation> | |
| 978 | </xs:annotation> | 983 | </xs:annotation> | |
| 979 | </xs:enumeration> | 984 | </xs:enumeration> | |
| 980 | <xs:enumeration value="WB_72"> | 985 | <xs:enumeration value="WB_72"> | |
| 981 | <xs:annotation> | 986 | <xs:annotation> | |
| 982 | <xs:documentation>Wohnbereich 72</xs:documentation> | 987 | <xs:documentation>Wohnbereich 72</xs:documentation> | |
| 983 | </xs:annotation> | 988 | </xs:annotation> | |
| 984 | </xs:enumeration> | 989 | </xs:enumeration> | |
| 985 | <xs:enumeration value="WB_73"> | 990 | <xs:enumeration value="WB_73"> | |
| 986 | <xs:annotation> | 991 | <xs:annotation> | |
| 987 | <xs:documentation>Wohnbereich 73</xs:documentation> | 992 | <xs:documentation>Wohnbereich 73</xs:documentation> | |
| 988 | </xs:annotation> | 993 | </xs:annotation> | |
| 989 | </xs:enumeration> | 994 | </xs:enumeration> | |
| 990 | <xs:enumeration value="WB_74"> | 995 | <xs:enumeration value="WB_74"> | |
| 991 | <xs:annotation> | 996 | <xs:annotation> | |
| 992 | <xs:documentation>Wohnbereich 74</xs:documentation> | 997 | <xs:documentation>Wohnbereich 74</xs:documentation> | |
| 993 | </xs:annotation> | 998 | </xs:annotation> | |
| 994 | </xs:enumeration> | 999 | </xs:enumeration> | |
| 995 | <xs:enumeration value="WB_75"> | 1000 | <xs:enumeration value="WB_75"> | |
| 996 | <xs:annotation> | 1001 | <xs:annotation> | |
| 997 | <xs:documentation>Wohnbereich 75</xs:documentation> | 1002 | <xs:documentation>Wohnbereich 75</xs:documentation> | |
| 998 | </xs:annotation> | 1003 | </xs:annotation> | |
| 999 | </xs:enumeration> | 1004 | </xs:enumeration> | |
| 1000 | <xs:enumeration value="WB_76"> | 1005 | <xs:enumeration value="WB_76"> | |
| 1001 | <xs:annotation> | 1006 | <xs:annotation> | |
| 1002 | <xs:documentation>Wohnbereich 76</xs:documentation> | 1007 | <xs:documentation>Wohnbereich 76</xs:documentation> | |
| 1003 | </xs:annotation> | 1008 | </xs:annotation> | |
| 1004 | </xs:enumeration> | 1009 | </xs:enumeration> | |
| 1005 | <xs:enumeration value="WB_77"> | 1010 | <xs:enumeration value="WB_77"> | |
| 1006 | <xs:annotation> | 1011 | <xs:annotation> | |
| 1007 | <xs:documentation>Wohnbereich 77</xs:documentation> | 1012 | <xs:documentation>Wohnbereich 77</xs:documentation> | |
| 1008 | </xs:annotation> | 1013 | </xs:annotation> | |
| 1009 | </xs:enumeration> | 1014 | </xs:enumeration> | |
| 1010 | <xs:enumeration value="WB_78"> | 1015 | <xs:enumeration value="WB_78"> | |
| 1011 | <xs:annotation> | 1016 | <xs:annotation> | |
| 1012 | <xs:documentation>Wohnbereich 78</xs:documentation> | 1017 | <xs:documentation>Wohnbereich 78</xs:documentation> | |
| 1013 | </xs:annotation> | 1018 | </xs:annotation> | |
| 1014 | </xs:enumeration> | 1019 | </xs:enumeration> | |
| 1015 | <xs:enumeration value="WB_79"> | 1020 | <xs:enumeration value="WB_79"> | |
| 1016 | <xs:annotation> | 1021 | <xs:annotation> | |
| 1017 | <xs:documentation>Wohnbereich 79</xs:documentation> | 1022 | <xs:documentation>Wohnbereich 79</xs:documentation> | |
| 1018 | </xs:annotation> | 1023 | </xs:annotation> | |
| 1019 | </xs:enumeration> | 1024 | </xs:enumeration> | |
| 1020 | <xs:enumeration value="WB_80"> | 1025 | <xs:enumeration value="WB_80"> | |
| 1021 | <xs:annotation> | 1026 | <xs:annotation> | |
| 1022 | <xs:documentation>Wohnbereich 80</xs:documentation> | 1027 | <xs:documentation>Wohnbereich 80</xs:documentation> | |
| 1023 | </xs:annotation> | 1028 | </xs:annotation> | |
| 1024 | </xs:enumeration> | 1029 | </xs:enumeration> | |
| 1025 | <xs:enumeration value="WB_81"> | 1030 | <xs:enumeration value="WB_81"> | |
| 1026 | <xs:annotation> | 1031 | <xs:annotation> | |
| 1027 | <xs:documentation>Wohnbereich 81</xs:documentation> | 1032 | <xs:documentation>Wohnbereich 81</xs:documentation> | |
| 1028 | </xs:annotation> | 1033 | </xs:annotation> | |
| 1029 | </xs:enumeration> | 1034 | </xs:enumeration> | |
| 1030 | <xs:enumeration value="WB_82"> | 1035 | <xs:enumeration value="WB_82"> | |
| 1031 | <xs:annotation> | 1036 | <xs:annotation> | |
| 1032 | <xs:documentation>Wohnbereich 82</xs:documentation> | 1037 | <xs:documentation>Wohnbereich 82</xs:documentation> | |
| 1033 | </xs:annotation> | 1038 | </xs:annotation> | |
| 1034 | </xs:enumeration> | 1039 | </xs:enumeration> | |
| 1035 | <xs:enumeration value="WB_83"> | 1040 | <xs:enumeration value="WB_83"> | |
| 1036 | <xs:annotation> | 1041 | <xs:annotation> | |
| 1037 | <xs:documentation>Wohnbereich 83</xs:documentation> | 1042 | <xs:documentation>Wohnbereich 83</xs:documentation> | |
| 1038 | </xs:annotation> | 1043 | </xs:annotation> | |
| 1039 | </xs:enumeration> | 1044 | </xs:enumeration> | |
| 1040 | <xs:enumeration value="WB_84"> | 1045 | <xs:enumeration value="WB_84"> | |
| 1041 | <xs:annotation> | 1046 | <xs:annotation> | |
| 1042 | <xs:documentation>Wohnbereich 84</xs:documentation> | 1047 | <xs:documentation>Wohnbereich 84</xs:documentation> | |
| 1043 | </xs:annotation> | 1048 | </xs:annotation> | |
| 1044 | </xs:enumeration> | 1049 | </xs:enumeration> | |
| 1045 | <xs:enumeration value="WB_85"> | 1050 | <xs:enumeration value="WB_85"> | |
| 1046 | <xs:annotation> | 1051 | <xs:annotation> | |
| 1047 | <xs:documentation>Wohnbereich 85</xs:documentation> | 1052 | <xs:documentation>Wohnbereich 85</xs:documentation> | |
| 1048 | </xs:annotation> | 1053 | </xs:annotation> | |
| 1049 | </xs:enumeration> | 1054 | </xs:enumeration> | |
| 1050 | <xs:enumeration value="WB_86"> | 1055 | <xs:enumeration value="WB_86"> | |
| 1051 | <xs:annotation> | 1056 | <xs:annotation> | |
| 1052 | <xs:documentation>Wohnbereich 86</xs:documentation> | 1057 | <xs:documentation>Wohnbereich 86</xs:documentation> | |
| 1053 | </xs:annotation> | 1058 | </xs:annotation> | |
| 1054 | </xs:enumeration> | 1059 | </xs:enumeration> | |
| 1055 | <xs:enumeration value="WB_87"> | 1060 | <xs:enumeration value="WB_87"> | |
| 1056 | <xs:annotation> | 1061 | <xs:annotation> | |
| 1057 | <xs:documentation>Wohnbereich 87</xs:documentation> | 1062 | <xs:documentation>Wohnbereich 87</xs:documentation> | |
| 1058 | </xs:annotation> | 1063 | </xs:annotation> | |
| 1059 | </xs:enumeration> | 1064 | </xs:enumeration> | |
| 1060 | <xs:enumeration value="WB_88"> | 1065 | <xs:enumeration value="WB_88"> | |
| 1061 | <xs:annotation> | 1066 | <xs:annotation> | |
| 1062 | <xs:documentation>Wohnbereich 88</xs:documentation> | 1067 | <xs:documentation>Wohnbereich 88</xs:documentation> | |
| 1063 | </xs:annotation> | 1068 | </xs:annotation> | |
| 1064 | </xs:enumeration> | 1069 | </xs:enumeration> | |
| 1065 | <xs:enumeration value="WB_89"> | 1070 | <xs:enumeration value="WB_89"> | |
| 1066 | <xs:annotation> | 1071 | <xs:annotation> | |
| 1067 | <xs:documentation>Wohnbereich 89</xs:documentation> | 1072 | <xs:documentation>Wohnbereich 89</xs:documentation> | |
| 1068 | </xs:annotation> | 1073 | </xs:annotation> | |
| 1069 | </xs:enumeration> | 1074 | </xs:enumeration> | |
| 1070 | <xs:enumeration value="WB_90"> | 1075 | <xs:enumeration value="WB_90"> | |
| 1071 | <xs:annotation> | 1076 | <xs:annotation> | |
| 1072 | <xs:documentation>Wohnbereich 90</xs:documentation> | 1077 | <xs:documentation>Wohnbereich 90</xs:documentation> | |
| 1073 | </xs:annotation> | 1078 | </xs:annotation> | |
| 1074 | </xs:enumeration> | 1079 | </xs:enumeration> | |
| 1075 | <xs:enumeration value="WB_91"> | 1080 | <xs:enumeration value="WB_91"> | |
| 1076 | <xs:annotation> | 1081 | <xs:annotation> | |
| 1077 | <xs:documentation>Wohnbereich 91</xs:documentation> | 1082 | <xs:documentation>Wohnbereich 91</xs:documentation> | |
| 1078 | </xs:annotation> | 1083 | </xs:annotation> | |
| 1079 | </xs:enumeration> | 1084 | </xs:enumeration> | |
| 1080 | <xs:enumeration value="WB_92"> | 1085 | <xs:enumeration value="WB_92"> | |
| 1081 | <xs:annotation> | 1086 | <xs:annotation> | |
| 1082 | <xs:documentation>Wohnbereich 92</xs:documentation> | 1087 | <xs:documentation>Wohnbereich 92</xs:documentation> | |
| 1083 | </xs:annotation> | 1088 | </xs:annotation> | |
| 1084 | </xs:enumeration> | 1089 | </xs:enumeration> | |
| 1085 | <xs:enumeration value="WB_93"> | 1090 | <xs:enumeration value="WB_93"> | |
| 1086 | <xs:annotation> | 1091 | <xs:annotation> | |
| 1087 | <xs:documentation>Wohnbereich 93</xs:documentation> | 1092 | <xs:documentation>Wohnbereich 93</xs:documentation> | |
| 1088 | </xs:annotation> | 1093 | </xs:annotation> | |
| 1089 | </xs:enumeration> | 1094 | </xs:enumeration> | |
| 1090 | <xs:enumeration value="WB_94"> | 1095 | <xs:enumeration value="WB_94"> | |
| 1091 | <xs:annotation> | 1096 | <xs:annotation> | |
| 1092 | <xs:documentation>Wohnbereich 94</xs:documentation> | 1097 | <xs:documentation>Wohnbereich 94</xs:documentation> | |
| 1093 | </xs:annotation> | 1098 | </xs:annotation> | |
| 1094 | </xs:enumeration> | 1099 | </xs:enumeration> | |
| 1095 | <xs:enumeration value="WB_95"> | 1100 | <xs:enumeration value="WB_95"> | |
| 1096 | <xs:annotation> | 1101 | <xs:annotation> | |
| 1097 | <xs:documentation>Wohnbereich 95</xs:documentation> | 1102 | <xs:documentation>Wohnbereich 95</xs:documentation> | |
| 1098 | </xs:annotation> | 1103 | </xs:annotation> | |
| 1099 | </xs:enumeration> | 1104 | </xs:enumeration> | |
| 1100 | <xs:enumeration value="WB_96"> | 1105 | <xs:enumeration value="WB_96"> | |
| 1101 | <xs:annotation> | 1106 | <xs:annotation> | |
| 1102 | <xs:documentation>Wohnbereich 96</xs:documentation> | 1107 | <xs:documentation>Wohnbereich 96</xs:documentation> | |
| 1103 | </xs:annotation> | 1108 | </xs:annotation> | |
| 1104 | </xs:enumeration> | 1109 | </xs:enumeration> | |
| 1105 | <xs:enumeration value="WB_97"> | 1110 | <xs:enumeration value="WB_97"> | |
| 1106 | <xs:annotation> | 1111 | <xs:annotation> | |
| 1107 | <xs:documentation>Wohnbereich 97</xs:documentation> | 1112 | <xs:documentation>Wohnbereich 97</xs:documentation> | |
| 1108 | </xs:annotation> | 1113 | </xs:annotation> | |
| 1109 | </xs:enumeration> | 1114 | </xs:enumeration> | |
| 1110 | <xs:enumeration value="WB_98"> | 1115 | <xs:enumeration value="WB_98"> | |
| 1111 | <xs:annotation> | 1116 | <xs:annotation> | |
| 1112 | <xs:documentation>Wohnbereich 98</xs:documentation> | 1117 | <xs:documentation>Wohnbereich 98</xs:documentation> | |
| 1113 | </xs:annotation> | 1118 | </xs:annotation> | |
| 1114 | </xs:enumeration> | 1119 | </xs:enumeration> | |
| 1115 | <xs:enumeration value="WB_99"> | 1120 | <xs:enumeration value="WB_99"> | |
| 1116 | <xs:annotation> | 1121 | <xs:annotation> | |
| 1117 | <xs:documentation>Wohnbereich 99</xs:documentation> | 1122 | <xs:documentation>Wohnbereich 99</xs:documentation> | |
| 1118 | </xs:annotation> | 1123 | </xs:annotation> | |
| 1119 | </xs:enumeration> | 1124 | </xs:enumeration> | |
| 1120 | </xs:restriction> | 1125 | </xs:restriction> | |
| 1121 | </xs:simpleType> | 1126 | </xs:simpleType> | |
| 1122 | </xs:schema> | 1127 | </xs:schema> |